-
Notifications
You must be signed in to change notification settings - Fork 57
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
NoneType in downsample #59
Comments
I fixed the error by hardcoding the height and width to the input image size in core/util/downsampler if the extracted height is None. But I don't think that's how it should work... |
I also met this problem and I found this guy provide a solution in his fork. |
@MAGI-Yang Can you share the solution here? I found the repo is not existing now. |
with tensorflow v1.7
with tensorflow v1.12
|
Hi,
I get following error:
While running run.py as well as eval_gui.py. I tried all different datasets, tried to train all possible models, and tried it with the pre-trained models provided from you.
I'm using a Ubuntu 18.04 machine with python 3.5.6/3.6.7 and cuda-9.0. I tried cudnn7.1 and cudnn7.0, tensorflow-gpu 1.12 and 1.7 (installed with pip inside a virtualenv).
The input tensor of the core/util/downsampler method seems to be 'None', but I don't know why.
Do you have any idea why or what could cause this error message?
Any help is appreciated!
Thank you.
The text was updated successfully, but these errors were encountered: