New Paperspace Template - Cannot find module bcolz from utlis.py

Hi Eric, wonderful set of instructions.

Thank you for this workaround. It was brilliant solution.

Everything worked well except. Got error while loading Vgg16.
Something similar to

Following steps took care of issue as explained in above mentioned thread

pip uninstall keras
pip install keras==1.1.2 (instead of 1.2.2)

1 Like