-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please help me, how to convert a.txt file to a usable.h5 file #1
Comments
Hi,didi you save the problem?I meet the same problem with you,thanks。 |
Here is an article about Using HDF5 with Python. |
Thanks for your reply, I have rewritten dataLoda and it can run now |
I've rewritten dataLoda to run like mtgnn |
hi,i have meet the same problem,can you share how to rewrite the dataloader? Thank you |
Thanks,I will try it. |
import pandas as pd txt_file_path = 'machine-1-1.txt' h5_file_path = 'machine-1-1.h5' |
Hi, I want to run this network with my own data set, but my file is a txt file like solar-energy, which is used to do multivariate time series prediction
The text was updated successfully, but these errors were encountered: