dlwpt-code icon indicating copy to clipboard operation
dlwpt-code copied to clipboard

Incorrect model class import

Open felipesanmartin opened this issue 5 years ago • 0 comments

Hi, I have read all the book and I think it is a great source to learn PyTorch, thanks for that!

I was trying to run the servers from the deployment chapter, but I think there is a mistake when import the model.

In file p3ch15/flask_server.py line 8, should it be p2ch14.model instead of p2ch13.model_cls?

felipesanmartin avatar Aug 17 '20 04:08 felipesanmartin