mdai / ml-lessons

Intro to deep learning for medical imaging lesson, by MD.ai
Apache License 2.0
258 stars 135 forks source link

lesson1-xray-images-classification.ipynb : Exception Call project.prepare() first. #9

Closed hazkaz closed 4 years ago

hazkaz commented 5 years ago

I understand that the notebook is a bit old. Anyway I tried it with the latest release of mdai-python-client and inspite of calling project.prepare() , it raised the error.

I didn't dive too deep into the code, but I called some private methods and found an exception which was not raised when prepare was called:- ValueError: Unable to create UID from L_lVzGql


image

tobimichigan commented 4 years ago

Just submitted an issue on this too, before reading yours. I wonder if any of the admin is reading these.

hazkaz commented 4 years ago

I don't think so...

transcranial commented 4 years ago

The notebook has been updated, and everything should be working.

hazkaz commented 4 years ago

Works now...thanks