May 2018
Beginner
490 pages
13h 16m
English
For this chapter, you do not need to train the models; they were already trained using CNN_TDC_TRAINING.py. This program is an extension of the training program in Chapter 9, Getting Your Neurons to Work. The directory paths have become variables to access the subdirectories described previously. The paths can be called, as shown in the following code:
A=['dataset_O/','dataset_traffic/','dataset/'] scenario=3 #reference to Adirectory=A[scenario] #transfer learning parameter (choice of images)print("directory",directory)
You do not need to use this program for this chapter. The models were trained and automatically stored in their respective subdirectories on the virtual machine delivered with the book.
Read now
Unlock full access