batch_size(default: 50):batch size nb_classes(default: 10):the number of classes nb_epoch(default: 12):the number of epoch nb_filters(default: 32):the number of filters img_rows(default: 28 ):the height of matrixes img_cols(default: 28):the widt
(self,\
batch_size = 50,\
nb_classes = 10,\
nb_epoch = 12,\
nb_filters = 32,\
img_rows=28,\
img_cols =28,\
pool_size = (2,2),\
kernel_size = (3,3))
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected