Closed
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
Labels
No labels