-
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
Member
Author
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.alphasandtl.alphas_likeadded following the tf.ones/zeros and tf.zeros_like/ones_like (by @DEKHTIARJonathan intl.alphasandtl.alphas_likeadded following the tf.ones/zeros and tf.zeros_like/ones_like #580)tl.decoratorsAPI created includingdeprecated_aliasandprivate_method(by @DEKHTIARJonathan in Release 1.8.6rc0 #660)AMSGradadded 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.pyadded 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_Testadded 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_TestandArray_Op_Alphas_Like_Testadded to testtensorlayer/array_ops.pyfile (by @DEKHTIARJonathan intl.alphasandtl.alphas_likeadded following the tf.ones/zeros and tf.zeros_like/ones_like #580)test_optimizer_amsgrad.pyadded to testAMSGradoptimizer (by @DEKHTIARJonathan in AMSGrad optimizer added - Issue #583 #636)test_logging.pyadded to insure robustness of the logging API (by @DEKHTIARJonathan in TL logging API harmonization - Consistent with TF logging API #645)test_decorators.pyadded (by @DEKHTIARJonathan in Release 1.8.6rc0 #660)tutorial_tfslimhas been introduced to show how to useSlimNetsLayer(by @2wins in Create tutorial_tfslim.py #560).Changed
tl.filesrefactored into a directory with numerous files (by @DEKHTIARJonathan in Tl.files refactored #657)tl.files.voc_datasetfixed 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.RNNLayerwithinspect(by @DEKHTIARJonathan in Issue #498 - Deprecation Warning Fix intl.layers.RNNLayerwithinspect#574)tl.fileswith truth value of an empty array is ambiguous (by @DEKHTIARJonathan in TL.Files ambiguous test fixed generating a deprecation warning #575)tl.utils.predictfixed -np.hstackproblem 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.DeformableConv2dfixed (by @DEKHTIARJonathan in Unittest for Deformable Convolution Added + Issue Fix #572 #573)tl.layers.TernaryConv2dfixed - 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.loggingreplaced bytl.logging(by @DEKHTIARJonathan in Logging fix #661)tutorial_word2vec_basic.pysaving 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