dfaroughy / DynGenModels

1 stars 0 forks source link

issue loading trained model #11

Closed dfaroughy closed 9 months ago

dfaroughy commented 9 months ago

Loading a tranied model from a .pth file via model.load() seems to work. A problem arises when sampling new data from this model with the ODE solver in FlowPipeLine. The following error arises in the return of the TorchDynWrapper:

TypeError: '_IncompatibleKeys' object is not callable