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

Add isinstance_af #1664

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

Add isinstance_af #1664

wants to merge 2 commits into 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: 181450760c829d5e6b9309f7ee1d07428699b02a
    sdaulton authored and facebook-github-bot committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    760b499 View commit details
    Browse the repository at this point in the history
  2. Add isinstance_af (pytorch#1664)

    Summary:
    Pull Request resolved: pytorch#1664
    
    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: e46a289a1e1fe815ded61bc271e62d21563eb1c7
    sdaulton authored and facebook-github-bot committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    e147346 View commit details
    Browse the repository at this point in the history