Skip to content
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

Open
hailuu684 opened this issue Apr 5, 2021 · 9 comments
Open

TypeError: ('Keyword argument not understood:', 'input') #225

hailuu684 opened this issue Apr 5, 2021 · 9 comments

Comments

@hailuu684
Copy link

I run the main.py. But I got this error, how can I fix this

@abdellahi-brahim
Copy link

Hey, did u solved the problem?

@hailuu684
Copy link
Author

Hey, did u solved the problem?

No unfortunately

@abdellahi-brahim
Copy link

do u have another recomendations for image segmentation tools?

@zihuaihuai
Copy link

see this website, change the input to inputs, https://stackoverflow.com/questions/63497874/typeerror-keyword-argument-not-understood-input

@aitmlouk
Copy link

In the model definition, change the input to inputs and output to outputs

@W-Zeon
Copy link

W-Zeon commented Jul 16, 2021

Changing the input to inputs and output to outputs still can't work, how can I fix this?

@anchit1729
Copy link

Try removing input and output altogether and just use positional arguments? That did it for me

@DAWEI2020
Copy link

In the model definition, change the input to inputs and output to outputs

3Q,I do it.

@zerohuwan
Copy link

see this website, change the input to inputs, https://stackoverflow.com/questions/63497874/typeerror-keyword-argument-not-understood-input

3Q,it is useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants