Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 298 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 298 Bytes

MNIST_RNET

Installation

Install package

pip install git+ssh://[email protected]/phvan2312/MNIST_RNET.git

Usage

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')