Skip to content

Commit

Permalink
Checkpoint before migrating examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ppwwyyxx committed Oct 21, 2017
1 parent 0be707e commit 9268bc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tensorpack/libinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
_HAS_TF = False


__version__ = '0.6.0'
__version__ = '0.6.1'
4 changes: 4 additions & 0 deletions tensorpack/trainv2/trainers.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,7 @@ def initialize(self, session_creator, session_init):
"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"

0 comments on commit 9268bc8

Please sign in to comment.