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

probabilistic reparameterization #1533

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Feb 15, 2023

  1. acquisition function wrapper (pytorch#1532)

    Summary:
    Pull Request resolved: pytorch#1532
    
    Add a wrapper for modifying inputs/outputs. This is useful for not only probabilistic reparameterization, but will also simplify other integrated AFs (e.g. MCMC) as well as fixed feature AFs and things like prior-guided AFs
    
    Differential Revision: https://internalfb.com/D41629186
    
    fbshipit-source-id: c2d3b339edf44a3167804b095d213b3ba98b5e13
    sdaulton authored and facebook-github-bot committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    8b53bd6 View commit details
    Browse the repository at this point in the history
  2. Add isinstance_af

    Summary: Creates a new helper method for checking both if a given AF is an instance of a class or if the given AF wraps a base AF that is an instance of a class
    
    Differential Revision: D43127722
    
    fbshipit-source-id: 9f5f31b991f15f2b32931f1b9625422c7907495d
    sdaulton authored and facebook-github-bot committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    8b49e5c View commit details
    Browse the repository at this point in the history
  3. probabilistic reparameterization (pytorch#1533)

    Summary:
    Pull Request resolved: pytorch#1533
    
    Probabilistic reparameterization
    
    Differential Revision: D41629217
    
    fbshipit-source-id: a6067c73ce534daf6f6a180fc49720f305827d58
    sdaulton authored and facebook-github-bot committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    7ce1389 View commit details
    Browse the repository at this point in the history