ResUNetPlusPlus icon indicating copy to clipboard operation
ResUNetPlusPlus copied to clipboard

about the file infer.py

Open user-wu opened this issue 2 years ago • 1 comments

Thanks for your contribution about the work. I can't evaluate the results, and it raise an error: TypeError: '<' not supported between instances of 'function' and 'str', how can I solve the problem?

user-wu avatar Sep 30 '21 06:09 user-wu

@user-wu I'd the same error. Maybe this can help you : https://github.com/tensorflow/tensorflow/issues/46484 For now I'm commenting de model.evaluate line and only using model.predict

felipeinagaki avatar Nov 30 '21 13:11 felipeinagaki