May 2018
Beginner
490 pages
13h 16m
English
Loading the testing data remains limited to what is necessary for this model. Other options can fine-tune the task at hand:
print("Step 8b testing set")test_set = test_datagen.flow_from_directory(directory+'test_set',target_size = (64, 64),batch_size = batchs,class_mode = 'binary')
Never underestimate dataset fine-tuning. Sometimes, this phase can last weeks before finding the right dataset and arguments.
Read now
Unlock full access