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 gets killed on 2nd epoch #12

Open
sandeshshrestha45 opened this issue Feb 24, 2023 · 1 comment
Open

Training gets killed on 2nd epoch #12

sandeshshrestha45 opened this issue Feb 24, 2023 · 1 comment

Comments

@sandeshshrestha45
Copy link

I've tried training with this command: python train.py --PARAMETERS ./parameters --BATCH_SIZE 2 --TIMESTEPS 25 --TESTING

but the training gets killed at the second epoch.
image

@sadath-12
Copy link

@sandeshshrestha45 for testing it is set for default 2 . If you want to give your own epochs and train as you like you can remove --TESTING argument from python train.py --PARAMETERS ./parameters --BATCH_SIZE 2 --TIMESTEPS 25 --TESTING

to python train.py --PARAMETERS ./parameters --BATCH_SIZE 2 --TIMESTEPS 25 --EPOCHS 100

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

2 participants