-
-
Notifications
You must be signed in to change notification settings - Fork 217
New loss #937
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
Open
AstitvaAggarwal
wants to merge
32
commits into
SciML:master
Choose a base branch
from
AstitvaAggarwal:sdepinn
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+316
−122
Open
New loss #937
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
29e123e
Too Easy.
AstitvaAggarwal 6bf8c49
remove Integrals from test deps
AstitvaAggarwal 45c1e39
tests. (new is better in more noise)
AstitvaAggarwal 83a642d
minor change
AstitvaAggarwal 5cfc6e7
.
AstitvaAggarwal d8f602b
.
AstitvaAggarwal 30fa615
Likelihood probabilites are not driven to 0.
AstitvaAggarwal 85b350c
.
AstitvaAggarwal 3c59fde
more samples
AstitvaAggarwal f2aafdb
.
AstitvaAggarwal 70e956d
fixed tests
AstitvaAggarwal 41691eb
tests.
AstitvaAggarwal f21969c
.
AstitvaAggarwal a968cc8
std for new loss is parametric
AstitvaAggarwal c66772a
Changes to API
AstitvaAggarwal 2fcf75e
tests.
AstitvaAggarwal cb85411
tests-2
AstitvaAggarwal 2423224
tests-3
AstitvaAggarwal cc1348f
Update BPINN_tests.jl
AstitvaAggarwal 4a1ca0e
BPINN_PDE loss corrected
AstitvaAggarwal 107165e
NNODE improvements & L2Data!=additional_loss
AstitvaAggarwal a4d1fb7
spelling check
AstitvaAggarwal d47c19c
tests
AstitvaAggarwal 0bc0ec1
tests-1
AstitvaAggarwal 65c4b08
tests-3
AstitvaAggarwal 8ed4e18
format
AstitvaAggarwal c242419
Update src/BPINN_ode.jl
AstitvaAggarwal 95140dd
cubature over L2 instead of L1
AstitvaAggarwal 6cb24c5
Merge branch 'sdepinn' of https://github.com/AstitvaAggarwal/NeuralPD…
AstitvaAggarwal f24df29
bpinn remains in non squared within logpdf?
AstitvaAggarwal e8dfd9a
changes from reviews.
AstitvaAggarwal 0b7123a
docstrings, support preexisting tutorials
AstitvaAggarwal 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Specialize?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
im not sure how we can specialize functions...
(Im keeping a function for std in BPINNs as selecting the right std can be tricky and usually depends on the problem)