SyneRBI / SIRF-Exercises

SIRF Training and demonstration material
http://www.ccpsynerbi.ac.uk
Apache License 2.0
17 stars 21 forks source link

4_setup_training notebook deep learning #184

Closed danieldeidda closed 1 year ago

danieldeidda commented 1 year ago

I am trying to run the deep learning notebooks but the last one fails at the 3rd cell. with the following error:

UnpicklingError: invalid load key, '<'.

it seems something is wrong with the downloaded data in the previous cell @Imraj-Singh

Imraj-Singh commented 1 year ago

@danieldeidda, this is my bad, that link points to the trained model in my personal OneDrive account that is now non-existent. The code can still work without the trained model, and you could train you own. This was a problem in the lead up to PSMR as saving the model in this repository bloats it, and OneDrive was my quick fix. Zenodo was mentioned as a place to put data, but I am not sure if I should have my own personal Zenodo, or if there is a SyneRBI zendo that it could be added to? @KrisThielemans what is you opinion?

DANAJK commented 1 year ago

There is a SyneRBI community on Zenodo. I'll send you an upload link.

Imraj-Singh commented 1 year ago

Great, thanks! I'll retrain and upload soon.

Imraj-Singh commented 1 year ago

185 created a pull request with a fix