-
Notifications
You must be signed in to change notification settings - Fork 286
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
AttributeError: 'NoneType' object has no attribute 'format' #73
Comments
What GPU do you have? If nvidia, are you using the proprietary drivers or nouveau? |
Hello, |
There are a couple of different options available in the caffe model zoo. It's also possible to train your own models, but that involves a lot of computational resources and a decently large data set of images |
I know and understand that about computational resources. for now i only have an 2080 nvidia. |
No problem. This project seems to no longer be supported, so I'm rebuilding it from scratch in tux2603/DeepDream |
Hello
i get the following error when running
python 2_dreaming_time.py -i frames_dir -o processed_frames_dir --model_path models/bvlc_googlenet/ --model_name bvlc_googlenet.caffemodel --gpu 0 --extract 0 -it png
In colab i get the error
Check failed: error == cudaSuccess (48 vs. 0) no kernel image is available for execution on the device
Locally i get the error
im2col.cu:61] Check failed: error == cudaSuccess (8 vs. 0) invalid device function
if i run it without --gpu 0 to use CPU after some modifications it works but very slow wish i could make it work with GPU
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: