LHucass
LHucass
### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...
I have a model with GVP. The GVP model could be described below: `from gvp.models import LayerNorm, GVP, GVPConvLayer from torch import nn import torch import torch.nn.functional as F import...
Our model required more than one input, the forward function of this model could be described as this: ` Class MyModel(nn.Module): def __init__(): def forward(arg1,arg2,**kwargs): ` or ` Class MyModel(nn.Module):...