-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Release v0.14.4 #1452
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
Release v0.14.4 #1452
Conversation
* [PyTorch] Add lr scheduler * [PyTorch] remove verbose arg lr_sched * [PyTorch] Fix typo 3->30 epochs * [PyTorch] Fix typo 3->30 epochs * remove redundant * [PyTorch] Adapt custom cosine annealing function * [PyTorch] typo and add stability to lr 0.5->0.3 * [PyTorch] stable convergence 0.5->0.3
* add the way to add new branch * add spaces Co-authored-by: stevenjokes <a867907127@gmail.com>
* Update sequence.md * Update text-preprocessing.md * Update tensorflow.py * Update language-models-and-dataset.md * Update tensorflow.py * Update rnn-scratch.md * Update sequence.md * Update sequence.md * Update text-preprocessing.md * Update text-preprocessing.md * Update rnn-scratch.md * Update rnn-scratch.md * Update rnn-scratch.md * Update rnn-scratch.md * Update rnn-scratch.md * Update rnn-scratch.md * Update rnn-scratch.md * Update rnn-scratch.md * Update rnn-scratch.md * Update rnn-scratch.md * Update rnn-scratch.md * Update rnn-scratch.md * Update rnn-scratch.md * Update rnn-scratch.md * Update rnn-scratch.md * Update rnn-scratch.md * Update rnn-scratch.md * Update rnn-scratch.md * Update rnn-scratch.md * Update rnn-scratch.md * Update rnn-scratch.md * Update tensorflow.py * Update rnn-concise.md * Update rnn-scratch.md * Update rnn-scratch.md * Update tensorflow.py * Update rnn-scratch.md * Update tensorflow.py * Update rnn-scratch.md * Update rnn-scratch.md * Update tensorflow.py * Update rnn-concise.md * Update rnn-scratch.md * Update tensorflow.py * Update rnn-scratch.md * Update tensorflow.py * Revert "Update tensorflow.py" This reverts commit 54bb605. * Revert "Update tensorflow.py" This reverts commit 1ef18dd. * Revert "Update tensorflow.py" This reverts commit ee631ad. * Revert "Update tensorflow.py" This reverts commit 2bc6f82. * Update tensorflow.py * Update tensorflow.py * Update rnn-concise.md * Update rnn-scratch.md * Update tensorflow.py * Update rnn-scratch.md
* [PyTorch] Add RNN Concise * Minor consistency updates * minor fix * [PyTorch] Fix model to device
* [PyTorch] Add GRU * [PyTorch] add model.to(device)
#1318) * [PyTorch] Add LSTM, Update GRU, RNN Concise * add model.to(device)
* add tensorflow * add illustrate for d2l-endirectory * a typo: exmaple
* fix(Batch Normalization): memory leaky * restore the code of mxnet
Make PyTorch code consistent with MXNet/TF
Correcting a (relatively important) typo.
* Fix few typos * Revert number of images (the number is per categories)
there should be a dense layer instead of sum operation from neumf to prediction the final score as describe in the text.
Job d2l-en/PR-1452/1 is complete. |
Job d2l-en/PR-1452/2 is complete. |
Job d2l-en/PR-1452/3 is complete. |
Job d2l-en/PR-1452/5 is complete. |
Job d2l-en/PR-1452/6 is complete. |
Job d2l-en/PR-1452/9 is complete. |
Job d2l-en/PR-1452/8 is complete. |
Job d2l-en/PR-1452/10 is complete. |
Job d2l-en/PR-1452/11 is complete. |
Finalized Chap 8, PyTorch adaptation milestone 2 code done
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.