dlwpt-code
dlwpt-code copied to clipboard
Incorrect model class import
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?