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
I've got the following error on predict.py:
Traceback (most recent call last): File "C:\Users\Matheus\Anaconda3\envs\tensorflow\lib\site-packages\theano\compile\function_module.py", line 903, in call self.fn() if output_subset is None else ValueError: Input dimension mis-match. (input[0].shape[3] = 50, input[1].shape[3] = 40)
Any thoughts? =/
The text was updated successfully, but these errors were encountered:
Image segmentation keras has been updated. The new version should fix the issue.
Sorry, something went wrong.
No branches or pull requests
I've got the following error on predict.py:
Traceback (most recent call last):
File "C:\Users\Matheus\Anaconda3\envs\tensorflow\lib\site-packages\theano\compile\function_module.py", line 903, in call
self.fn() if output_subset is None else
ValueError: Input dimension mis-match. (input[0].shape[3] = 50, input[1].shape[3] = 40)
Any thoughts? =/
The text was updated successfully, but these errors were encountered: