Guest User

Untitled

a guest
Dec 14th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. model = MobileNet(input_shape=(size, size, 1), alpha=1., weights=None, classes=NCATS)
  2. model.compile(optimizer=Adam(lr=0.002), loss='categorical_crossentropy',
  3. metrics=[categorical_crossentropy, categorical_accuracy, top_3_accuracy])
  4. print(model.summary())
Add Comment
Please, Sign In to add comment