unet
unet copied to clipboard
TypeError: ('Keyword argument not understood:', 'input')
I run the main.py. But I got this error, how can I fix this
Hey, did u solved the problem?
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
In the model definition, change the input to inputs and output to outputs
3Q,I do it.
see this website, change the input to inputs, https://stackoverflow.com/questions/63497874/typeerror-keyword-argument-not-understood-input
3Q,it is useful.