This repository was archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Refactor AGInfo and Imperative #14836
Closed
Closed
Changes from all commits
Commits
Show all changes
153 commits
Select commit
Hold shift + click to select a range
15611c1
Fix build_ccache_wrappers:
larroy 7711a0b
Optimize move semantics of NodeEntry
3294d84
Compile fix
9e4a084
Fix
cc08215
Fix crash, uninitialized Node ptr
092c952
Fix
6e1764d
Fix autograd crash
larroy 59abd4d
Fix clang tidy errors
larroy 0679ca2
Restore subrepo
larroy 33e99db
restore tvm
larroy 5f8c4b8
Update tvm
larroy 3d955eb
Update tvm
larroy b85b9a6
Update NDarray with NodeEntry constructors and refine initializer lists
larroy aeec306
Fix lint
larroy 778902f
fix
larroy fed230b
Revert "Restore subrepo"
larroy 71e730c
Update tvm to my repo
larroy 5fe3398
Fix
larroy 331a324
Fix
larroy e4f8447
Fix
larroy b5fbc3f
Fix
larroy 3435814
minor
larroy 23bc3df
Fixes
larroy 8180054
update tvm and dmlc-core
larroy 0e1c99c
Update tvm
larroy 2c7d653
Revert "update dmlc-core"
larroy d2b4eeb
Update dmlc-core and tvm
larroy 6914fa5
Improve batch_norm with NodeEntry refactorings
larroy 173ac2e
Update tvm
larroy 4fc969c
Fix bug introduced in batch_norm
larroy 675c4b7
lint
larroy 575b62c
Add std::move
larroy 4d4c062
Fix bugs
larroy 176c910
Fix bug introduced in batch_norm
larroy 423fc64
Update tvm
larroy 7c63456
Update tvm
larroy 3895aac
Sync gradient.cc with tvm
larroy 81a714b
Fix bug
larroy 412787a
Use at
larroy c49821f
update tvm
larroy a0da596
lint
larroy 4e5233a
Update subrepos
larroy ed7a00d
update tvm
larroy c39afa4
Fix moves leaving nodes uninitialized
larroy 0f55576
update tvm
larroy cfa3d8b
update tvm
larroy 5778813
restore gitmodules
larroy b8b47b4
restore tvm
larroy a0c3b14
Revert "Fix build_ccache_wrappers:"
larroy 2bfc51c
readability
larroy a173495
Add checks to gradient.cc
larroy f268a98
update tvm
larroy 47c9d6e
Add backward to fully connected. (_backward_FullyConnected)
larroy 05bb7ea
Add failing test
larroy c2b4412
CR
larroy b26ffe1
Add a test for FC grad
larroy 4ef42d2
Fix test
larroy 1277925
sync subrepos
larroy a5ad61d
Fix lint
larroy e118a8b
Check for null ptr in NDarray members
larroy f3feab5
uint32_t -> size_t
larroy 3f74906
Fix warning in fully connected backward^2
larroy 6eeedde
Refactor Backward
larroy 6d2e18d
Refactor Imperative::Backward
larroy d68728a
Update tvm to my repo
larroy a600564
udpate tvm
larroy bb9123d
update tvm
larroy 24fb41e
Remove unnecesary ctor call of NodeEntry
larroy d4cfb5f
Fix emplace_back
larroy f6def81
update tvm
larroy 2472435
Refactor CreateGradientVariableNodes
larroy f8a9c4b
Fix errors and warnings
larroy 5a1041d
Improve documentation for auxiliary backward functions
larroy dde42b9
gvar -> gvars
larroy 2adbdfd
Fix lint
larroy 0a419b0
Fix bug
larroy 82de0b1
update tvm
larroy ab1c6bc
Fix lint
larroy 696b25f
remove -Wextra
larroy 8d935f2
Add op name to graph nodes
larroy b1c268b
Fix build_ccache_wrappers:
larroy 7326632
Optimize move semantics of NodeEntry
d81b79b
Compile fix
937f1a7
Fix
edf6ecd
Fix crash, uninitialized Node ptr
f72c29c
Fix
66171ed
Fix autograd crash
larroy 18bef66
Fix clang tidy errors
larroy d941f0f
Restore subrepo
larroy 1b13551
restore tvm
larroy e4b152e
Update tvm
larroy 6f57297
Update tvm
larroy bc95ea4
Update NDarray with NodeEntry constructors and refine initializer lists
larroy d026a0e
Fix lint
larroy b6fab77
fix
larroy 91b99e8
Revert "Restore subrepo"
larroy 69c6349
Update tvm to my repo
larroy 8fc23fe
Fix
larroy cdc0896
Fix
larroy b726112
Fix
larroy d6bee4f
Fix
larroy deb9e2d
minor
larroy cdce4bf
Fixes
larroy 9fb0b68
update tvm and dmlc-core
larroy 2d6c4d0
Update tvm
larroy 0412d07
Revert "update dmlc-core"
larroy a9ab18a
Update dmlc-core and tvm
larroy 75397cb
Improve batch_norm with NodeEntry refactorings
larroy 15cc946
Update tvm
larroy 90604bb
Fix bug introduced in batch_norm
larroy 9428db9
lint
larroy 674149a
Add std::move
larroy d56d26e
Fix bugs
larroy f0d1812
Fix bug introduced in batch_norm
larroy 7dfb1db
Update tvm
larroy 992f54a
Update tvm
larroy dac9a33
Sync gradient.cc with tvm
larroy f7c2b9c
Fix bug
larroy 6d4eae4
Use at
larroy 325591e
update tvm
larroy 7c15e68
lint
larroy 8b328fe
Update subrepos
larroy b661b0d
update tvm
larroy 982044c
Fix moves leaving nodes uninitialized
larroy abc857b
update tvm
larroy 6016e2c
update tvm
larroy 25d9fac
restore gitmodules
larroy 3380e09
restore tvm
larroy bea00f5
Revert "Fix build_ccache_wrappers:"
larroy bf7cd9a
readability
larroy f55be15
Add checks to gradient.cc
larroy 3ddd917
update tvm
larroy 7d4ad83
fix clojure tests
gigasquid 59102de
Merge pull request #2 from gigasquid/fix-clojure-test-for-pr-14095
larroy 0429665
Merge remote-tracking branch 'origin/node_ptr' into fc_higher_order_g…
larroy 1be6c4d
Fix warning
larroy beeea60
Minor refactor
larroy f11e36b
Add test for second order gradient
larroy 6d2788b
Merge remote-tracking branch 'upstream/master' into fc_higher_order_g…
larroy 27c9131
CR
larroy a134039
Merge remote-tracking branch 'upstream/master' into fc_higher_order_g…
larroy 67eb0b1
pep8
larroy 74ec09f
Remove test
larroy 0afab87
Restored submodules
larroy 6d270e6
Merge remote-tracking branch 'upstream/master' into fc_higher_order_g…
larroy ba1d307
Merge remote-tracking branch 'upstream/master' into fc_higher_order_g…
larroy 5d36187
Fix build
larroy a551b2d
Fix dev_menu
larroy 79a9ba6
CR
larroy 467fd0f
rename NDArray.entry_ to NDArray.autograd_
larroy 0f262a7
Fix lint
larroy 9fcb1f1
Merge remote-tracking branch 'upstream/master' into fc_higher_order_g…
larroy 84a7654
CR comments, validate grad_req is in range
larroy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.