NRCan / geo-deep-learning

Deep learning applied to georeferenced datasets
https://geo-deep-learning.readthedocs.io/en/latest/
MIT License
150 stars 49 forks source link

State_dict, checkpoint and weights all mean the same #489

Open Ling-Jun opened 1 year ago

Ling-Jun commented 1 year ago

image save_weights_dir, state_dict_path, checkpoint_dir all mean roughly the same, namely, the location/path of where the trained model is stored.

Can we reduce the different names to just one? Three different names for the same thing is very confusing.