Skip to content
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
wants to merge 22 commits into
base: dev/pytorch
Choose a base branch
from

Commits on Dec 13, 2020

  1. Configuration menu
    Copy the full SHA
    bccb1fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf84275 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d973b95 View commit details
    Browse the repository at this point in the history
  4. refactor inits

    Dariusrussellkish committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    a88d63e View commit details
    Browse the repository at this point in the history
  5. refactor imports

    Dariusrussellkish committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    f69c59f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d376190 View commit details
    Browse the repository at this point in the history
  7. 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
    Dariusrussellkish committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    f558457 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab90de4 View commit details
    Browse the repository at this point in the history
  9. refactor imports

    Dariusrussellkish committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    24cc9aa View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Revert "refactor imports"

    This reverts commit 24cc9aa.
    Dariusrussellkish committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    797210e View commit details
    Browse the repository at this point in the history
  2. Revert "refactor imports"

    This reverts commit f69c59f.
    Dariusrussellkish committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    135967c View commit details
    Browse the repository at this point in the history
  3. Revert "refactor imports for neurips2020 folder"

    This reverts commit d973b95.
    Dariusrussellkish committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    6500e91 View commit details
    Browse the repository at this point in the history
  4. Fixed namespace manipulation

    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
    Dariusrussellkish committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    ce9f606 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afce1fa View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. 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
    Dariusrussellkish committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    ce7ed5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad5d66c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1e184c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6726c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff58a90 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

  1. Configuration menu
    Copy the full SHA
    a561049 View commit details
    Browse the repository at this point in the history
  2. update logging

    Dariusrussellkish committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    f518eb6 View commit details
    Browse the repository at this point in the history
  3. bugfix in logging

    Dariusrussellkish committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    8edf33a View commit details
    Browse the repository at this point in the history