imatge-upc / liverseg-2017-nipsws

Detection-aided Liver Lesion Segmentation
https://imatge-upc.github.io/liverseg-2017-nipsws/
MIT License
97 stars 51 forks source link

Error in seg_liver.py #10

Closed lisa676 closed 6 years ago

lisa676 commented 6 years ago

I'm getting errors in your work in this file seg_liver.py, line 552 print ("Model saved in file: %s") % save_path TypeError: unsupported operand type(s) for %: 'NonType' and 'str'

I'm using Python 3.6 It was working fine but at the time of saving path it shows this error. How to recover it?

miriambellver commented 6 years ago

I checked online, and if you do the following change it will work.

Regards, Míriam