qanastek / HugsVision

HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision
https://pypi.org/project/hugsvision/
MIT License
195 stars 21 forks source link

resume from checkpoint when calling `trainer.train()` #39

Closed ohjho closed 1 year ago

ohjho commented 2 years ago

any plans to expose this to VisionClassifierTrainer so one can resume training from last checkpoint?

qanastek commented 2 years ago

Hello,

Can you make a pull request with the implementation of it ? It’s will be awesome!

qanastek commented 1 year ago

Added with a string parameter in the last commit fa59fd2