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
6f3f985a
Commit
6f3f985a
authored
Oct 01, 2017
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update docs
parent
b5b2d4a0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
tensorpack/callbacks/prof.py
tensorpack/callbacks/prof.py
+2
-2
tensorpack/tfutils/scope_utils.py
tensorpack/tfutils/scope_utils.py
+1
-1
No files found.
tensorpack/callbacks/prof.py
View file @
6f3f985a
...
@@ -100,7 +100,7 @@ class GPUUtilizationTracker(Callback):
...
@@ -100,7 +100,7 @@ class GPUUtilizationTracker(Callback):
# Can add more features from tfprof
# Can add more features from tfprof
# https://github.com/tensorflow/tensorflow/blob/master/tensorflow/
tools/tfprof/g3doc/python_api
.md
# https://github.com/tensorflow/tensorflow/blob/master/tensorflow/
core/profiler/README
.md
class
GraphProfiler
(
Callback
):
class
GraphProfiler
(
Callback
):
"""
"""
...
@@ -110,7 +110,7 @@ class GraphProfiler(Callback):
...
@@ -110,7 +110,7 @@ class GraphProfiler(Callback):
The tracing files can be loaded from ``chrome://tracing``.
The tracing files can be loaded from ``chrome://tracing``.
The metadata files can be processed by
The metadata files can be processed by
`tfprof command line utils
`tfprof command line utils
<https://github.com/tensorflow/tensorflow/blob/master/tensorflow/
tools/tfprof/g3doc/command_line
.md>`_.
<https://github.com/tensorflow/tensorflow/blob/master/tensorflow/
core/profiler/README
.md>`_.
The event is viewable from tensorboard.
The event is viewable from tensorboard.
Note that the profiling is enabled for every step.
Note that the profiling is enabled for every step.
...
...
tensorpack/tfutils/scope_utils.py
View file @
6f3f985a
...
@@ -9,7 +9,7 @@ from contextlib import contextmanager
...
@@ -9,7 +9,7 @@ from contextlib import contextmanager
from
..utils.argtools
import
graph_memoized
from
..utils.argtools
import
graph_memoized
__all__
=
[
'auto_reuse_variable_scope'
,
'cached_name_scope'
]
__all__
=
[
'auto_reuse_variable_scope'
,
'cached_name_scope'
,
'under_name_scope'
]
def
auto_reuse_variable_scope
(
func
):
def
auto_reuse_variable_scope
(
func
):
...
...
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