-
Notifications
You must be signed in to change notification settings - Fork 2k
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
TypeError: ('Keyword argument not understood:', 'input') #225
Comments
Hey, did u solved the problem? |
No unfortunately |
do u have another recomendations for image segmentation tools? |
see this website, change the input to inputs, https://stackoverflow.com/questions/63497874/typeerror-keyword-argument-not-understood-input |
In the model definition, change the input to inputs and output to outputs |
Changing the input to inputs and output to outputs still can't work, how can I fix this? |
Try removing input and output altogether and just use positional arguments? That did it for me |
3Q,I do it. |
3Q,it is useful. |
I run the main.py. But I got this error, how can I fix this
The text was updated successfully, but these errors were encountered: