drivendataorg / zamba

A Python package for identifying 42 kinds of animals, training custom models, and estimating distance from camera trap videos
https://zamba.drivendata.org/docs/stable/
MIT License
107 stars 25 forks source link

fixed issue 144 #305

Closed papapizzachess closed 5 months ago

papapizzachess commented 9 months ago

Added a parameter load_from_checkpoint in model_manager.py and passed the value in efficientnet_models.py

netlify[bot] commented 9 months ago

Deploy Preview for silly-keller-664934 ready!

Name Link
Latest commit 90518266aa0624285307b41c828a54db9cc685bd
Latest deploy log https://app.netlify.com/sites/silly-keller-664934/deploys/656c9cabd81cbf000899651b
Deploy Preview https://deploy-preview-305--silly-keller-664934.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

ejm714 commented 5 months ago

Thanks for taking a stab at this. For future PRs, we ask that you include tests for the changed behavior.

I'm closing as we're in the middle of writing v3, which will most likely override this.