Skip to content

using dvc for model's weights to run inference on resnet50

Notifications You must be signed in to change notification settings

xperience-ai/dvc_for_resnet-50

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dvc-in-use-example

Inference of Resnet-50 model using dvc.

inference.py:

Command line to run inference.py:

python inference.py

To choose an image add --img_path path/to/image/, 'data/croco.jpg' is set by default.

tests.py:

Command line to run tests:

 pytest -s tests/tests.py

About

using dvc for model's weights to run inference on resnet50

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%