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
5d0d6d16
Commit
5d0d6d16
authored
Jul 31, 2017
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump tensorpack version
parent
26b4ea44
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
tensorpack/libinfo.py
tensorpack/libinfo.py
+1
-1
tensorpack/models/common.py
tensorpack/models/common.py
+1
-1
tensorpack/tfutils/tower.py
tensorpack/tfutils/tower.py
+0
-1
No files found.
tensorpack/libinfo.py
View file @
5d0d6d16
...
@@ -13,4 +13,4 @@ os.environ['TF_ENABLE_WINOGRAD_NONFUSED'] = '1' # issue#9339
...
@@ -13,4 +13,4 @@ os.environ['TF_ENABLE_WINOGRAD_NONFUSED'] = '1' # issue#9339
os
.
environ
[
'TF_AUTOTUNE_THRESHOLD'
]
=
'3'
# use more warm-up
os
.
environ
[
'TF_AUTOTUNE_THRESHOLD'
]
=
'3'
# use more warm-up
os
.
environ
[
'TF_AVGPOOL_USE_CUDNN'
]
=
'1'
# issue#8566
os
.
environ
[
'TF_AVGPOOL_USE_CUDNN'
]
=
'1'
# issue#8566
__version__
=
'0.
2
.0'
__version__
=
'0.
3
.0'
tensorpack/models/common.py
View file @
5d0d6d16
...
@@ -147,8 +147,8 @@ def layer_register(
...
@@ -147,8 +147,8 @@ def layer_register(
_register
(
func
.
__name__
,
wrapped_func
)
_register
(
func
.
__name__
,
wrapped_func
)
return
wrapped_func
return
wrapped_func
# need some special handling for sphinx to work with the arguments
if
building_rtfd
():
if
building_rtfd
():
# preserve argspec
from
decorator
import
decorator
from
decorator
import
decorator
wrapper
=
decorator
(
wrapper
)
wrapper
=
decorator
(
wrapper
)
...
...
tensorpack/tfutils/tower.py
View file @
5d0d6d16
...
@@ -112,7 +112,6 @@ class TowerContext(object):
...
@@ -112,7 +112,6 @@ class TowerContext(object):
for
c
in
self
.
_ctxs
:
for
c
in
self
.
_ctxs
:
c
.
__enter__
()
c
.
__enter__
()
# currently only check for predictor towers
if
get_tf_version_number
()
>=
1.2
:
if
get_tf_version_number
()
>=
1.2
:
ns
=
tf
.
get_default_graph
()
.
get_name_scope
()
ns
=
tf
.
get_default_graph
()
.
get_name_scope
()
assert
ns
==
self
.
_name
,
\
assert
ns
==
self
.
_name
,
\
...
...
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