October 2018
Intermediate to advanced
472 pages
10h 57m
English
The following are some of the hyperparameters that have been defined that we will be using throughout our code. These are totally configurable:
# Number of epochsepochs = 3# Batchsizebatch_size = 128# Optimizer for the modeloptimizer = Adam(lr=0.0001, beta_1=0.5)# Shape of the input imageinput_shape = (224, 224, 3)# Batch interval at which loss is to be storedstore = 40
Read now
Unlock full access