Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IntelLabs/bayesian-torch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1
Choose a base ref
...
head repository: IntelLabs/bayesian-torch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 16 commits
  • 14 files changed
  • 2 contributors

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    90bf260 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b98ff19 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Merge pull request #11 from msubedar/dnn2bnn

    Adding new feature to create Bayesian deep neural network model from predefined deterministic model architecture i.e. drop-in replacements  of Convolutional, Linear and LSTM layers to corresponding Bayesian layers (configured by 'const_bnn_prior_parameters' to set the prior parameters and sampling estimator - Reparameterization or Flipout method). This PR will enable seamless conversion of existing topology of larger models to Bayesian models for extending towards uncertainty-aware applications.
    ranganathkrishnan authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    8fe84f9 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    ranganathkrishnan authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    99edabc View commit details
    Browse the repository at this point in the history
  3. Update README.md

    ranganathkrishnan authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    81d7e89 View commit details
    Browse the repository at this point in the history
  4. update the posterior variational param init value

    Signed-off-by: Ranganath Krishnan <ranganath.krishnan@intel.com>
    ranganathkrishnan committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    da68be8 View commit details
    Browse the repository at this point in the history
  5. remove duplicate kl_loss definition in Conv1dReparameterization layer

    Signed-off-by: Ranganath Krishnan <ranganath.krishnan@intel.com>
    ranganathkrishnan committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    1e85c50 View commit details
    Browse the repository at this point in the history
  6. include kl_loss() function in Convolutional flipout layers,

    to compute kl when 'return_kl' flag is set to False.
    Fix for issue#12.
    
    Signed-off-by: Ranganath Krishnan <ranganath.krishnan@intel.com>
    ranganathkrishnan committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    97ebe28 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0f928b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Update README.md

    update usage instructions in README file
    ranganathkrishnan authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    f6cb161 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    ebd4bff View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    c6e6c09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    035460a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    1057bfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d20108 View commit details
    Browse the repository at this point in the history
  3. Update setup.py

    ranganathkrishnan authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    bdd262e View commit details
    Browse the repository at this point in the history
Loading