-
Notifications
You must be signed in to change notification settings - Fork 96
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
Pytorch implementation #1
Open
Dariusrussellkish
wants to merge
22
commits into
aamini:dev/pytorch
Choose a base branch
from
Dariusrussellkish:pytorch_implementation
base: dev/pytorch
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.
Open
Pytorch implementation #1
Dariusrussellkish
wants to merge
22
commits into
aamini:dev/pytorch
from
Dariusrussellkish:pytorch_implementation
Commits on Dec 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bccb1fd - Browse repository at this point
Copy the full SHA bccb1fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf84275 - Browse repository at this point
Copy the full SHA bf84275View commit details -
Configuration menu - View commit details
-
Copy full SHA for d973b95 - Browse repository at this point
Copy the full SHA d973b95View commit details -
Configuration menu - View commit details
-
Copy full SHA for a88d63e - Browse repository at this point
Copy the full SHA a88d63eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f69c59f - Browse repository at this point
Copy the full SHA f69c59fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d376190 - Browse repository at this point
Copy the full SHA d376190View commit details -
reimplement student_t to be consistent with TF impl.
- With Pytorch's StudentT and the TF/manual torch implementations I'm able to get probabilities > 1 with data generated from a contrived linear regression that the model can solve. Not sure why
Configuration menu - View commit details
-
Copy full SHA for f558457 - Browse repository at this point
Copy the full SHA f558457View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab90de4 - Browse repository at this point
Copy the full SHA ab90de4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24cc9aa - Browse repository at this point
Copy the full SHA 24cc9aaView commit details
Commits on Dec 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 797210e - Browse repository at this point
Copy the full SHA 797210eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 135967c - Browse repository at this point
Copy the full SHA 135967cView commit details -
Revert "refactor imports for neurips2020 folder"
This reverts commit d973b95.
Configuration menu - View commit details
-
Copy full SHA for 6500e91 - Browse repository at this point
Copy the full SHA 6500e91View commit details -
Automatically detects torch and tf availability - error when neither is available - when only one is available, allows only that backend - when both are available, default to tf backend - set_backend('tf'|'torch) manipulates edl.loss and edl.layers namespace
Configuration menu - View commit details
-
Copy full SHA for ce9f606 - Browse repository at this point
Copy the full SHA ce9f606View commit details -
Configuration menu - View commit details
-
Copy full SHA for afce1fa - Browse repository at this point
Copy the full SHA afce1faView commit details
Commits on Dec 24, 2020
-
Reimplement Dirichlet_SOS based on @dougbrion
- from https://github.com/dougbrion/pytorch-classification-uncertainty - MIT license - Dirichlet dist. with log-loss - No KL divergence annealing
Configuration menu - View commit details
-
Copy full SHA for ce7ed5d - Browse repository at this point
Copy the full SHA ce7ed5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5d66c - Browse repository at this point
Copy the full SHA ad5d66cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1e184c - Browse repository at this point
Copy the full SHA a1e184cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6726c3 - Browse repository at this point
Copy the full SHA f6726c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff58a90 - Browse repository at this point
Copy the full SHA ff58a90View commit details
Commits on Dec 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a561049 - Browse repository at this point
Copy the full SHA a561049View commit details -
Configuration menu - View commit details
-
Copy full SHA for f518eb6 - Browse repository at this point
Copy the full SHA f518eb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8edf33a - Browse repository at this point
Copy the full SHA 8edf33aView commit details
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.