Commit 9268bc8c authored by Yuxin Wu's avatar Yuxin Wu

Checkpoint before migrating examples

parent 0be707e9
......@@ -33,4 +33,4 @@ except ImportError:
_HAS_TF = False
__version__ = '0.6.0'
__version__ = '0.6.1'
......@@ -178,3 +178,7 @@ class DistributedTrainerReplicated(SingleCostTrainer):
"To use a custom session config, pass it to tf.train.Server.")
super(DistributedTrainerReplicated, self).initialize(
get_distributed_session_creator(), session_init)
@property
def _main_tower_vs_name(self):
return "tower0"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment