This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Conversation
|
Hey @szha , Thanks for submitting the PR
CI supported jobs: [sanity, clang, windows-gpu, website, centos-gpu, miscellaneous, edge, unix-cpu, windows-cpu, unix-gpu, centos-cpu] Note: |
added 2 commits
July 3, 2020 14:11
4 tasks
6 tasks
49 tasks
leezu
pushed a commit
that referenced
this pull request
Jun 21, 2021
Changes
Adopt packed_func based ffi on npx.group_norm
Gluon2.0 upgrade: use forward interface in blocks
gluon/data/vision/*
gluon/loss.py
gluon/model_zoo/*
gluon/nn/*
gluon/rnn/*
use np/npx interface in gluon/metric.py
Implement infer_shape method
gluon/nn/basic_layers.py::Dense
gluon/nn/basic_layers.py::BatchNorm
gluon/nn/basic_layers.py::InstanceNorm
gluon/nn/basic_layers.py::LayerNorm
gluon/nn/basic_layers.py::GroupNorm
gluon/nn/conv_layers.py::_Conv
gluon/nn/conv_layers.py::DeformableConvolution
gluon/nn/conv_layers.py::ModulatedDeformableConvolution
Remove hybrid mode with F in gluon/probability/*
gluon/rnn/*
conv_rnn_cell.py: implement forward, infer_shape, np/npx
rnn_cell.py: implement forward, np/npx; use special infer_shape method based on layer, input_size and if it's bidirectional.
rnn_layer.py: implement forward, infer_shape, np/npx
fix issue np.average return ADT type; npx.pooling
Copy control flow ops(loop_while, cond, foreach) from ndarray.contrib to mx.npx.control_flow
Register some legacy ops in npx
stes_op
sync_batch_norm
legacy pad (np.pad doesn't have backward computation for 'reflect" mode)
Some rnn related: sequence_last, sequence_reverse, slice_channel, broadcast_greater, softsign
Use forward, np/npx for all the gluon related tests; remove gluon tests with symbol inputs
remove test_gluon_data_vision.py and test_gluon_probability_v1.py as related tests are covered in test_numpy_gluon_data_vision.py and test_gluon_probability_v2.py
Test test_numpy_op.py::test_np_nan_to_num only for copy argument is set to True, since Inplace operations are not supported when recording in deferred compute mode
Remove hybrid_block interface in gluon/block.py
Remove hybrid_block interface in documentation and docstring
update docs/python_docs/python/tutorials/packages/gluon/blocks/custom_layers
remove python_tutorials/packages/gluon/blocks/custom_layers_beginners.md as it's duplicate to custom_layers
remove docs/python_docs/python/docstutorials/packages/legacy/ndarray/sparse/train_gluon as gluon2.0 do not support sparse
update docs/python_docs/python/tutorials/packages/gluon/blocks/custom_loss
update docs/python_docs/python/tutorials/packages/gluon/blocks/hybridize
Turn on NumPy mode by default (#18631)
Fix gluon2.0 reference leak.
Migrate control flow operators to npx namespace
Foreach
while_loop
cond
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
(Brief description on what this PR is about)
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments