dipanjanS / hands-on-transfer-learning-with-python

Deep learning simplified by transferring prior learning using the Python deep learning ecosystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chapter 6 - where is cnn_utils

PCJimmmy opened this issue · comments

Trying to follow along with the book - had an interest in CNN so I started with the CIFAR-10.
This code finds no library

  • import cnn_utils as utils. It's used at the end of the cifar10 transfer learning based classifier. I cannot find it in my anaconda distribution - cant find it searching anaconda to add, and does not seem to be in the git for the book.
    Where is it?

@PCJimmmy Thanks for pointing this out. I think this is a custom library\module so you may not find it in Anaconda. We will push the module to the repository soon

@raghavbali would be great if you could push the cnn_utils.py module and update here.

Updated repo with cnn_utils.py
Thanks for the catch @PCJimmmy , some how missed including the file.

Kindly reopen if there are issues. Cheers!