Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
seminar-breakout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
seminar-breakout
Commits
9268bc8c
Commit
9268bc8c
authored
Oct 21, 2017
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Checkpoint before migrating examples
parent
0be707e9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
tensorpack/libinfo.py
tensorpack/libinfo.py
+1
-1
tensorpack/trainv2/trainers.py
tensorpack/trainv2/trainers.py
+4
-0
No files found.
tensorpack/libinfo.py
View file @
9268bc8c
...
...
@@ -33,4 +33,4 @@ except ImportError:
_HAS_TF
=
False
__version__
=
'0.6.
0
'
__version__
=
'0.6.
1
'
tensorpack/trainv2/trainers.py
View file @
9268bc8c
...
...
@@ -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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment