Skip to content
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

Open
DeLeonOscar opened this issue Sep 29, 2023 · 8 comments
Open

Training exits before the while loop criteria is met #21

DeLeonOscar opened this issue Sep 29, 2023 · 8 comments

Comments

@DeLeonOscar
Copy link

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.

@Michael-Fuu
Copy link

I also have similar problem, the training process being stopped too frequently, while I'm using carla of version 0.9.14.

@Michael-Fuu
Copy link

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.

@Oliverbihop
Copy link

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

@Michael-Fuu
Copy link

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.

@WangJuan6
Copy link

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!

@Michael-Fuu
Copy link

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

@WangJuan6
Copy link

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!

@Akanksham12
Copy link

can you plz tell what system configuration is needed to run this?
my system configuration is quite low :(
Intel(R) Core(TM) i3-7020U CPU @ 2.30GHz 2.30 GHz
8.00 GB
64-bit operating system, x64-based processor

@WangJuan6 @Oliverbihop @Michael-Fuu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants