We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 217b6cd + ebf5b79 commit 81fe4daCopy full SHA for 81fe4da
python/unitytrainers/trainer_controller.py
@@ -276,6 +276,7 @@ def start_learning(self):
276
if global_step != 0 and self.train_model:
277
self._save_model(sess, steps=global_step, saver=saver)
278
except KeyboardInterrupt:
279
+ print('--------------------------Now saving model-------------------------')
280
if self.train_model:
281
self.logger.info("Learning was interrupted. Please wait while the graph is generated.")
282
0 commit comments