-
Notifications
You must be signed in to change notification settings - Fork 894
Add NNCG to optimizers submodule #1661
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
Merged
Merged
Changes from 23 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
d0e22bb
Add NNCG to optimizers submodule
pratikrathore8 3afed9f
Update nys_newton_cg.py
pratikrathore8 081d5f6
Moved NNCG to pytorch folder
pratikrathore8 03a77a1
Minor formatting changes in NNCG
pratikrathore8 88d2f7e
Update nys_newton_cg.py
pratikrathore8 fff6a91
Fix Codacy issues
pratikrathore8 19490ea
Fix more Codacy issues
pratikrathore8 ec59a99
Added NNCG to config.py and optimizers.py
pratikrathore8 8995aad
Clean up NNCG integration in optimizers.py
pratikrathore8 1b13a08
Fixed import order in optimizers.py
pratikrathore8 2d63ba3
Made demo with NNCG and Burgers equation
pratikrathore8 c356c90
Merge branch 'lululxvi:master' into master
pratikrathore8 8d0210a
refactor nncg integration
pratikrathore8 5c9beba
clean up commented code
pratikrathore8 ce1dcc8
format with black
pratikrathore8 d97ca16
remove unnecessary error checks
pratikrathore8 81c4452
fix some codacy issues in nncg
pratikrathore8 60d3ff3
further improvements to nncg integration
pratikrathore8 6e739e1
add train_step_nncg
pratikrathore8 f4e322e
improve documentation in nncg config
pratikrathore8 6338f59
added doc for nncg demo
pratikrathore8 838eaa8
added demo file to pinn_forward.rst
pratikrathore8 e0bb44d
Merge branch 'master' into master
pratikrathore8 61f08f9
Merge branch 'lululxvi:master' into master
pratikrathore8 7d58317
change ordering in pinn_forward.rst
pratikrathore8 5467524
merge burgers_nncg demo into burgers demo
pratikrathore8 f2d5c31
more cleanup in demo
pratikrathore8 74ace2c
comment out nncg code block
pratikrathore8 c1a6365
minor cleanup in burgers example
pratikrathore8 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
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.