-
Notifications
You must be signed in to change notification settings - Fork 58
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
I'm not good at programming. I hope you can give me some guidance #35
Comments
Hello! Since the models are built using Keras, you can get easily get the loss value per epoch. The You can take a look at this blog post from Machine Learning Mastery that explains the whole process. |
Thank you very much |
I have learned this blog, but model.fit () requires numpy Array or List for data types of X and y. Train_mains, train_meter in your code does not belong to this type. How can I transform the type |
In order to work with the Keras function, you need to modify the RNN disaggregator, not just the code that calls it. Take a look at https://github.com/OdysseasKr/neural-disaggregator/blob/master/RNN/rnndisaggregator.py#L95 for the RNN. This line
receives two numpy arrays ( |
I'd appreciate you for your help |
Hello!
Thank you for your contribution. I would like to know how to add loss visualization function in RNN network. I would like to observe its fitting
The text was updated successfully, but these errors were encountered: