Skip to content

Support for pytorch based libraries #247

Closed
@ashish180199

Description

Can crypten.nn.from_pytorch convert models which are not of torch.nn type. We wanted to work with gpytorch and were wondering what's the best way to covert and use general torch models to CryTen models. This is the error we face -

RuntimeError: Only tuples, lists and Variables are supported as JIT inputs/outputs. Dictionaries and strings are also accepted, but their usage is not recommended. Here, received an input of unsupported type: MultivariateNormal

This is the code for the class MultivariateNormal.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions