Install package
pip install git+ssh://[email protected]/phvan2312/MNIST_RNET.git
The model uses CPU by default. No support for runtime changes for now. To run inference
from mnist_rnet.inference import predict
predict('path_to_image')
Install package
pip install git+ssh://[email protected]/phvan2312/MNIST_RNET.git
The model uses CPU by default. No support for runtime changes for now. To run inference
from mnist_rnet.inference import predict
predict('path_to_image')