deep-learning-with-pytorch / dlwpt-code

Code for the book Deep Learning with PyTorch by Eli Stevens, Luca Antiga, and Thomas Viehmann.

Home Page:https://www.manning.com/books/deep-learning-with-pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seek for a help: no module named "util"

DemonsHunter opened this issue · comments

When I run code in p2ch10, it continuely report this error:

ModuleNotFoundError: No module named 'util'

How can I tackle this?

Grateful for any suggestions!

Hi, you may need to download the util.py file from the following git repo of the book:

https://github.com/deep-learning-with-pytorch/dlwpt-code/tree/master/util

hi i have same problem no 'util' module and i tried the above solution too not working