Skip to content

Commit

Permalink
mini-batch with generator
Browse files Browse the repository at this point in the history
  • Loading branch information
elvisun committed Jan 14, 2018
1 parent 205dd95 commit 18b0205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def train(self):

self.build_model()

print("training with epochs of: " number_of_epoch)
self.model.fit_generator(self.generate_batch(),
steps_per_epoch=MINI_BATCH_SIZE,
epochs=number_of_epoch,
Expand Down

0 comments on commit 18b0205

Please sign in to comment.