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
a0db5536
Commit
a0db5536
authored
Mar 20, 2018
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump version
parent
a560e667
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
CHANGES.md
CHANGES.md
+5
-0
tensorpack/libinfo.py
tensorpack/libinfo.py
+1
-1
No files found.
CHANGES.md
View file @
a0db5536
...
...
@@ -8,6 +8,11 @@ so you won't need to look at here very often.
Here are a list of things that were changed, starting from an early version.
TensorFlow itself also changed APIs before 1.0 and those are not listed here.
+
[2018/03/20]
`ModelDesc`
starts to use simplified interfaces:
+
`_get_inputs()`
renamed to
`inputs()`
and returns
`tf.placeholder`
s.
+
`build_graph(self, tensor1, tensor2)`
returns the cost tensor directly.
+
`_get_optimizer()`
renamed to
`optimizer()`
.
Old interface will still be available, but new ones are recommended.
+
[2018/03/12]
`JSONWriter`
use a different file name, and will not automatically restore epoch number.
`AutoResumeTrainConfig`
was added to support resuming.
+
[2017/10/21]
...
...
tensorpack/libinfo.py
View file @
a0db5536
...
...
@@ -49,4 +49,4 @@ except ImportError:
_HAS_TF
=
False
__version__
=
'0.8.
3
'
__version__
=
'0.8.
5
'
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