-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Errors when testing on CPU #154
Comments
@bryanbocao Your device is not being set to the GPU. Can you make sure if your Cuda drivers are properly installed and all models and datasets are being sent to the GPU memory? |
@Phillibob55 That's a different problem. The current issue is not about CUDA driver installation/configurations. The model is trained and saved on GPU memory, need to add
|
ooh, yeah. Makes sense that way. OC seems to be inactive. So I'm working on my own version of this, which runs on any image dataset and doesn't have these problems, etc. |
@bryanbocao Can you kinda guide to make these models work with image sizes other than 32x32? |
@Phillibob55 I am happy to work on that. |
@bryanbocao The codebase on the repo has a lot of hardcoded elements. I combated the 10 output classes by adding an argument for number of classes in every model class. But I don't have the knowledge to know what's going on in the complex models to modify them to be able to accept images of any size. P.S, I'm using a Jupyter notebook instead of my main.py |
I've created a repo for it here |
@Phillibob55 Sounds good. If you would like to create an easy-to-use repo that we can just change some arguments to train and test many different models, I am happy to contribute in my spare time. I have forked you repo to |
Hello, I would like to ask you what caused the following error after running, and how to deal with it: D:\anaconda3\envs\datudui\python.exe C:/Users/52254/Desktop/pytorch-cifar-master/main.py |
I have the same problem as you. |
The text was updated successfully, but these errors were encountered: