-
Notifications
You must be signed in to change notification settings - Fork 102
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
A training error on CIFAR10? #11
Comments
So the problem is that cortex dev has moved a bit since I last pushed this repo. I'm working on updating DIM, but I ran into some snags that I should be wrapping up this week. DIM should be up-to-date with the latest cortex later this week, but until then you should be using this commit: Let me know if that works. I'm making this a priority this week, so at least by the end of the week things should be working again. |
Thanks for your reply, After I install the new version of cortex, there is a new issue as below,
|
OK, that's strange. Obviously I need to work out which version is working. I can test this out on Monday (or just push some fixes). |
I've pushed a lot of changes. Things should work now, and there are more features. Let me know if your problems in this issue are fixed. |
I guess there is some thing has been missed?
so you forgot to upload the mine_eval into the evaluation_models? |
Ah. No I meant to exclude it. Will fix ASAP but weird the error didn't come up for me in a fresh env |
Hopefully 1242330 fixed it. I wont have time to test it until Monday. |
hi! When I try to retrain the DIM on CIFAR10, there is an issue in the project:
I install the cortex as your readme.txt and the version is cortex-0.13, when I check the source code of the specific line in torchvision_datasets.py, there seems the labels is not contained in the CIFAR10 dataset.
The text was updated successfully, but these errors were encountered: