Skip to content
Snippets Groups Projects
Commit c9a06933 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Changed the validation snapshot default

parent 8fd43642
No related branches found
No related tags found
1 merge request!17Updates
......@@ -60,7 +60,7 @@ class Trainer(object):
###### training options ##########
iterations=5000,
snapshot=1000,
validation_snapshot=2000,
validation_snapshot=2000,#2000,
keep_checkpoint_every_n_hours=2,
## Analizer
......@@ -421,6 +421,7 @@ class Trainer(object):
step: Iteration number
"""
if self.validation_data_shuffler.prefetch:
embedding, labels = self.session.run([self.validation_predictor, self.validation_label_ph])
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment