Created
July 10, 2018 12:17
-
-
Save rpicatoste/74b47f775ff00034c278ca060e7783a7 to your computer and use it in GitHub Desktop.
Shared text
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tch_size += direction | |
if training_config.batch_size < 1: | |
direction *= -1 | |
previous_epoch_time = current_epoch_time | |
file_name = 'model_epoch_{:04}.h5'.format(epoch) | |
history_file_name = 'model_history.pickle' | |
try: | |
if 'linux' in sys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment