We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The center cropping raises currently an Exception with Tensorflow backend and CNN transformations activated. https://github.com/ViCCo-Group/THINGSvision/blob/master/thingsvision/model_class.py#L317
The crop width 224 should not be greater than input width. Condition x >= 0 did not hold element-wise: x (shape=() dtype=int32) = -221
The text was updated successfully, but these errors were encountered:
@hahahannes is this still an open issue?
Sorry, something went wrong.
@hahahannes?
This was caused by this line: https://github.com/ViCCo-Group/THINGSvision/blob/4bbcb817333cc0e635b3b585e66717e99243721a/thingsvision/core/extraction/mixin.py#L147
But I am not sure whether this still raises an exception.
@hahahannes could you please check whether this is still an issue?
@andropar, could you take over and see whether this is still an open issue, and if so how to fix it?
andropar
martinhebart
hahahannes
No branches or pull requests
The center cropping raises currently an Exception with Tensorflow backend and CNN transformations activated.
https://github.com/ViCCo-Group/THINGSvision/blob/master/thingsvision/model_class.py#L317
The text was updated successfully, but these errors were encountered: