|
@@ -71,7 +71,7 @@ class TrainModel(CNN):
|
|
|
|
|
|
# test model input and output
|
|
|
logger.debug(">>> Start model test")
|
|
|
- batch_x, batch_y = self.get_batch(0, size=10)
|
|
|
+ batch_x, batch_y = self.get_batch(0, size=100)
|
|
|
logger.debug(">>> input batch images shape: %s", batch_x.shape)
|
|
|
logger.debug(">>> input batch labels shape: %s", batch_y.shape)
|
|
|
|