ltkong218 / IFRNet

IFRNet: Intermediate Feature Refine Network for Efficient Frame Interpolation (CVPR 2022)
MIT License
259 stars 23 forks source link

Speed_paramters of my own trained models #20

Closed bis70 closed 1 year ago

bis70 commented 1 year ago

Hello,

how can I test the speed_paramters of my own trained models. i cant use the pth s

Thank You

ltkong218 commented 1 year ago

The running speed and number of parameters do not rely on the trained parameter or state dict. You can load your trained models by model.load_state_dict(torch.load('checkpoints/path/your_model.pth')).

bis70 commented 1 year ago

that's right, no idea what I was thinking, thank you