m2lines / convection-parameterization-in-CAM

Deployment of the convection parameterization scheme (previously from within SAM) deployed into the CAM model
MIT License
3 stars 2 forks source link

Change the file format of stored weights from `pkl` to `pt` #49

Closed tztsai closed 8 months ago

tztsai commented 10 months ago

pt is a more standard way to store pytorch neural net weights and the ftorch library also loads and saves the weights in pt format, so it may be beneficial to convert the current weights in pickle format to pt format, and update the methods saving and loading weights accordingly.

jatkinson1000 commented 8 months ago

This was closed as part of #50