Apress / advanced-applied-deep-learning

Source Code for 'Advanced Applied Deep Learning' by Umberto Michelucci
Other
39 stars 33 forks source link

Renamed file and library version error #4

Open malraharsh opened 4 years ago

malraharsh commented 4 years ago

Sir, In chapter 5 - Neural Style Transfer

These errors are on both 2 notebooks -

glass.jpg is renamed to mosaic.jpg (but not in code, thus causing file not found)

AND

!pip install tensorflow-gpu==2.0.0-alpha0 This line is causing error in Colab, without it works fine.

Rest works fine.