October 2018
Intermediate to advanced
472 pages
10h 57m
English
The entire script can be split into four modules named train.py, test.py, plotting.py, and crop_resize_transform.py. You should be able to find these scripts in the Chapter12 folder. Follow the instructions under the Code implementation section of this chapter to run the scripts. Set Chapter12 as the project folder in your favorite source code editor and just run the train.py file.
The train.py Python file will import functions from all of the other modules in places where they are needed for execution.
Now let's walk through the contents of each file.
Read now
Unlock full access