-
Notifications
You must be signed in to change notification settings - Fork 282
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
Cannot convert Tensor("ExpandDims:0", shape=(1, 256, 32, 22), dtype=float32) to TensorType' #50
Comments
@neilpanchal I hit a wall with this same issue. Not sure if it is keras, theano, or tensorflow? FWIW -- I'm using theano 1.0.1, keras 2.1.2, tensorflow-gpu 1.4.1 and Cuda8 on Ubuntu 17.10. |
Anyone got the issue resolved? or anyone who ran it on GPU? |
I was able to get this to run on a GPU using the theano backend.
I was able to get the winterize example to run on a GPU, but I had to disable memory preallocation or it would run out of memory. There's a performance hit for doing this, but maybe it would work without it if you had a GPU with more than 8 GB RAM. Here's the state of all my libraries. The most important was Keras==1.1.1.
|
I tried running an example and I am getting a ton of errors:
The text was updated successfully, but these errors were encountered: