C3_M1_Lab_3_densenet tries to write to read-only filesystem via /saved_models

Once the models start training, the best model is written in /saved_models/name - but these files are linked to a read-only filesystem. Hence an error occurs.

Fixed as follows:
Added a new rw folder bla and changed the save file to there.

Might be good to change the notebook for people running into similar issues.

Thanks for sharing this, @jhoof1 ! I’ll take a look at this.

Hi @jhoof1,

I was not able to reproduce this. For me, it was able to save it.

But in any case, thanks for sharing the solution in case someone else comes across this issue!