-
Notifications
You must be signed in to change notification settings - Fork 7
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
run_vitamin fails #63
Comments
Deleting the files |
Investigating now. Might be due to some recent changes I've made to the code. I'll try and reproduce it. |
@MarlinSchaefer So just tested the initial bug you were having and I can't seem to reproduce it. I made sure to also reduce the tot_dataset_size variable to 5000 and it still runs all the way through. Are you sure there's nothing else you changed from the params file? Btw, I'm using the most recent up-to-date version of master. |
Ah yes, so this is an issue that needs fixing. I think you may be requesting more test samples than are available in the |
Recent pull request hopefully addresses all the issues you brought up. Try using the latest version of the code from master and let me know if that fixes things for you. |
Tried the latest version. It still crashes for me, when I use r=2. However, with r=1 it starts to train. |
@MarlinSchaefer Is it still the same error as before when using r=2? Or is it a new error? |
@hagabbar Yes, it is still the same error with r=2. |
@MarlinSchaefer Okay, it turns out that there was a small bug in the check that looks to see whether the user is asking to use more test samples than is readily available to them. I've now alleviated this and it should now through an exception message and exit the program if the user does this. |
That is, assuming that the bug is in reference to your second comment where the code enters an infinite while loop. |
python run_vitamin.py --gen_train True --train True
fails to execute. I used the current master-branch to run this command and used the test_sets provided by you. The only thing I changed inparams
istot_dataset_size
to 5000, so that it generates a bit quicker. I get the output:Not sure what this bug is caused by.
The text was updated successfully, but these errors were encountered: