May 2018
Beginner
490 pages
13h 16m
English
Loading the data goes through the train_datagen preprocessing image function (described previously) and is implemented in the following code:
print("Step 7b training set")training_set = train_datagen.flow_from_directory(directory+'training_set',target_size = (64, 64),batch_size = batchs,class_mode = 'binary')
The flow in this program uses the following options:
Read now
Unlock full access