-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Release 1.8.6rc0 #660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release 1.8.6rc0 #660
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zsdonghao
approved these changes
May 30, 2018
06a7c9c
to
06b59d1
Compare
luomai
pushed a commit
that referenced
this pull request
Nov 21, 2018
* Release 1.8.6rc0 * Update CHANGELOG.md * Typo Fix * Changelog Updated * tl_logging more readable * Typo Fixed * https enforced for badges * RTD badges pointing to Latest Commit * Decorators API Refactored * extra_requires `all`, `all_cpu` and `all_gpu` added * Error fix * YAPF Formating Correction * Test for private method decorator added * Test Logging Verbosity Fixed to Debug when runned individually * YAPF corrections applied * Changelog Added * Changelog updated * PR number changed * Changelog updated * Update .travis.yml * Update CONTRIBUTING.md * Update CONTRIBUTING.md * Update CHANGELOG.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ChangeLog
Added
tl.alphas
andtl.alphas_like
added following the tf.ones/zeros and tf.zeros_like/ones_like (by @DEKHTIARJonathan intl.alphas
andtl.alphas_like
added following the tf.ones/zeros and tf.zeros_like/ones_like #580)tl.decorators
API created includingdeprecated_alias
andprivate_method
(by @DEKHTIARJonathan in Release 1.8.6rc0 #660)AMSGrad
added on Optimizers page added (by @DEKHTIARJonathan in AMSGrad optimizer added - Issue #583 #636)On the Convergence of Adam and Beyond (ICLR 2018)
(by @DEKHTIARJonathan in AMSGrad optimizer added - Issue #583 #636)all
,all_cpu
, andall_gpu
(by @DEKHTIARJonathan in Release 1.8.6rc0 #660)test_utils_predict.py
added to reproduce and fix issue predict np.vstack problem when batch_size if no factor of test dataset size #288 (by @2wins in Update utils.py and Create test_utils_predict.py #566)Layer_DeformableConvolution_Test
added to reproduce issue Error caused by using tl.layers.DeformableConv2d function #572 with deformable convolution (by @DEKHTIARJonathan in Unittest for Deformable Convolution Added + Issue Fix #572 #573)Array_Op_Alphas_Test
andArray_Op_Alphas_Like_Test
added to testtensorlayer/array_ops.py
file (by @DEKHTIARJonathan intl.alphas
andtl.alphas_like
added following the tf.ones/zeros and tf.zeros_like/ones_like #580)test_optimizer_amsgrad.py
added to testAMSGrad
optimizer (by @DEKHTIARJonathan in AMSGrad optimizer added - Issue #583 #636)test_logging.py
added to insure robustness of the logging API (by @DEKHTIARJonathan in TL logging API harmonization - Consistent with TF logging API #645)test_decorators.py
added (by @DEKHTIARJonathan in Release 1.8.6rc0 #660)tutorial_tfslim
has been introduced to show how to useSlimNetsLayer
(by @2wins in Create tutorial_tfslim.py #560).Changed
tl.files
refactored into a directory with numerous files (by @DEKHTIARJonathan in Tl.files refactored #657)tl.files.voc_dataset
fixed because of original Pascal VOC website was down (by @DEKHTIARJonathan in Tl.files refactored #657)requirements/
directory (by @DEKHTIARJonathan in Tl.files refactored #657)Fixed
tl.layers.RNNLayer
withinspect
(by @DEKHTIARJonathan in Issue #498 - Deprecation Warning Fix intl.layers.RNNLayer
withinspect
#574)tl.files
with truth value of an empty array is ambiguous (by @DEKHTIARJonathan in TL.Files ambiguous test fixed generating a deprecation warning #575)tl.utils.predict
fixed -np.hstack
problem in which the results for multiple batches are stacked alongaxis=1
(by @2wins in Update utils.py and Create test_utils_predict.py #566)tl.layers.DeformableConv2d
fixed (by @DEKHTIARJonathan in Unittest for Deformable Convolution Added + Issue Fix #572 #573)tl.layers.TernaryConv2d
fixed - self.inputs not defined (by @DEKHTIARJonathan in Test with Python 3.7 - Dev Branch #658)tl.layers.binary._compute_threshold()
(by @DEKHTIARJonathan in Test with Python 3.7 - Dev Branch #658)tf.logging
replaced bytl.logging
(by @DEKHTIARJonathan in Logging fix #661)tutorial_word2vec_basic.py
saving issue something wrong in tutorial_word2vec_basic.py #476 fixed (by @DEKHTIARJonathan in Tutorial fixing #635)Dependencies Update
Contributors
@lgarithm @DEKHTIARJonathan @2wins @One-sixth @zsdonghao @luomai