Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Tags: hkinke/mxnet

Tags

20200503

Toggle 20200503's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix nightly large_vector test caused by incorrect with_seed path (apa…

…che#18178)

20200412

Toggle 20200412's commit message
update mkl to 2020.0 (apache#17355)

20200411

Toggle 20200411's commit message
update mkl to 2020.0 (apache#17355)

20200225

Toggle 20200225's commit message
update mkl to 2020.0 (apache#17355)

20200215

Toggle 20200215's commit message
update mkl to 2020.0 (apache#17355)

20200207

Toggle 20200207's commit message
update mkl to 2020.0 (apache#17355)

20191125

Toggle 20191125's commit message
Lamb optimizer update (apache#16715)

* initial commit lamb optimizer

* fixing base lamb optimizer

* adding API doc for Lamb Phase 1 and 2

20191122

Toggle 20191122's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix InferAttr/InferShapeAttr not calling inference for all nodes in a…

… graph (apache#16836)

* Fix the attribute inference omitting nodes

* Add test

* Cleaning

* Fix lint

* Fix TransposeShape

* Fix WhileLoopType

* Changing a/b test for fusion to a/(b+1) to increase numerical stability

20191121

Toggle 20191121's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add unoptimized symbol to executor for sharing (apache#16798)

* Add unoptimized symbol to executor for sharing

* Copy the symbol in Reshape

* Added test for multiple reshapes

20191120

Toggle 20191120's commit message
Add large tensor nightly tests for MKL-DNN operators (apache#16184)

* merge ut into original script

* use LARGE_X to define the input shape

* add inline comments

* address comments

* rebase code