-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Training exits before the while loop criteria is met #21
Comments
I also have similar problem, the training process being stopped too frequently, while I'm using carla of version 0.9.14. |
a simple solution is to make x_driver.py && environment.py sleep longer time, while decrease the efficiency. |
Can you explain details? Thank you |
Sorry for seeing this message so late. I have solved this problem, just ignore messages I mentioned before, the true solution is retraining the vae network, as this network might output nan value when using original network parameters. |
Hello, I have the same question, can you explain in detail? Thank you! |
simply use vae.py to retrain vae network, don't use the model parameters under autoencoder/model/current |
Thank you very much! |
can you plz tell what system configuration is needed to run this? |
this is abit low, need a gpu for this |
After using the vae.py to retrain vae network, the sigma in the VariationalEncoder class is calculated inf. |
same problem, have you solved the problem yet? |
Hello Idree,
I am running a new training and the code is exiting before meeting the criteria, why is this happening and how can I have a complete training without being stopped too frequently?
Thank you.
The text was updated successfully, but these errors were encountered: