MCPcopy Create free account
hub / github.com/Timaos123/AutoDivideMovie / buildCNNClassifierModel

Method buildCNNClassifierModel

tryDPModel.py:160–251  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected