cleanlab / examples

Notebooks demonstrating example applications of the cleanlab library
https://github.com/cleanlab/cleanlab
GNU Affero General Public License v3.0
113 stars 21 forks source link

Add pkl of the prediction Model #86

Closed Motunrayo244 closed 8 months ago

Motunrayo244 commented 9 months ago

Is it possible to add the saved trained prediction model used in the notebook? This will save time spent retraining the model while testing the object lab feature on the Coco dataset.

jwmueller commented 9 months ago

Unfortunately I don't think we have those saved anymore. Note we have a tutorial here where you can just directly load the necessary outputs from the trained model to quickly see how to use it with Cleanlab:

https://docs.cleanlab.ai/stable/tutorials/object_detection.html