forked from apache/mxnet
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement remaining nn_basic ops in opperf (apache#17456)
* Added SoftmaxOutput * Added LinearRegressionOutput * Added other regression ops * Added SVMOutput * Added L2, layer and instance norm * gamma and beta to ndarray * Reworked layer/instance norm * Added Embedding * Disabled backward on embedding * Added Correlation * Added data1 and 2 to ndarray * Added SpatialTransformer * Made loc ndarray type * Run backward test * Added IdentityAttachKLSparseReg * Dropping grad * Added sparseness target * Added grad back * Disabling backward for IdentityAttachKLSparseReg * Trying to debug * Print problematic op * Another log * Removing IdentityAttachKLSparseReg test for now * Removed faulty test * Added im2col * Added col2im * Added GroupNorm * Added RNN * Added paramters and state to ndarray * Added LRN * Added preloaded_multi_mp_sgd_mom_update * Added lamb_update_phase1 * Added lamb_update_phase2 * Dropped reversal * Finalized nn basic ops * Cleaned up code for linter * Refactored individual tests into generalized framework * Refined logic, added default params * Fixed LRN param placement * Refactored default params for clarity * Fixed lint errors * Fixed BatchNorm issue * Removed debugging comment * Cleaned up indentation * Added axis param for LayerNorm op * Fixed loc param issues * Linked Embedding backward issue in run_performance_test * Disabling problematic runs on gpu * Added myself to CONTRIBUTORS.md * Addressed PR comments * Fixed DEFAULT_LABEL issue * Tightend up logic, established consistency with master * Fixed indent
- Loading branch information
1 parent
b8cf68f
commit 38e555f
Showing
5 changed files
with
267 additions
and
77 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.