unet icon indicating copy to clipboard operation
unet copied to clipboard

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

Open hailuu684 opened this issue 3 years ago • 9 comments

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

hailuu684 avatar Apr 05 '21 20:04 hailuu684

Hey, did u solved the problem?

abdellahi-brahim avatar Apr 07 '21 18:04 abdellahi-brahim

Hey, did u solved the problem?

No unfortunately

hailuu684 avatar Apr 07 '21 19:04 hailuu684

do u have another recomendations for image segmentation tools?

abdellahi-brahim avatar Apr 09 '21 13:04 abdellahi-brahim

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

zihuaihuai avatar Apr 15 '21 02:04 zihuaihuai

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

aitmlouk avatar Apr 17 '21 10:04 aitmlouk

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

W-Zeon avatar Jul 16 '21 07:07 W-Zeon

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

anchit1729 avatar Nov 19 '21 08:11 anchit1729

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

3Q,I do it.

DAWEI2020 avatar Dec 31 '21 09:12 DAWEI2020

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

3Q,it is useful.

zerohuwan avatar Jan 17 '23 11:01 zerohuwan