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

Missing train_seg.py and train_cls.py

jeffj9930 opened this issue · comments

Hi,
I can't run items in chapter 13 because at least 2 files are missing: train_cls.py and train_seg.py. I see these in the LiveBook. Am I supposed to edit the files from Git or Manning to match these? I don't understand. The line numbers don't match so I think there is a store of working code that I don't see on Git or Manning.
I have been making continual edits to code and CSV files.
Is there an easier way? Is it a work-in-progress and I should wait a while longer?
Jeff

Hi Jeff,

this isn't ideal, but so the code is all there but got rearranged at the last minute. In chapter 12 and 14 we only have classification and in chapter 13 we only have segmentation, and the files are training.py in either case. Sorry for the confusion!

Best regards

Thomas

I've updated the code for the repo, and will push it up shortly.