TAO Classification_pyt example in notebook
• How to reproduce the issue ? (This is for errors. Please share the command line and the detailed log here.)
Run jupyter notebook classification .ipynb
Cell 6
Install the following dependencies for running the dataset preparation scripts
!pip3 install Cython==0.29.36
!pip3 install -r $PROJECT_DIR/deps/requirements-pip.txt
There is no “pip install requirement.txt” associated to the classification exemple.