You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is done for livestock model. I'm pretty sure this is the same process for the CropModel but I will check. I added notes in the developer guide on how to do this.
from deepforest.model import CropModel
m = CropModel.load_from_checkpoint("path to checkpoint")
m.push_to_hub("Weecology/nameofthemodel")
https://huggingface.co/weecology/deepforest-livestock and https://huggingface.co/weecology/cropmodel-deadtrees should have config files and be safetensors (not pl) for consistency and download tracking.
The text was updated successfully, but these errors were encountered: