Please provide the following information when requesting support.
• Hardware (T4/V100/Xavier/Nano/etc)
• Network Type (Detectnet_v2/Faster_rcnn/Yolo_v4/LPRnet/Mask_rcnn/Classification/etc) Classification_tf2
• TLT Version (Please run “tlt info --verbose” and share “docker_tag” here) 4.0.0-tf2.9.1
• Training spec file(If have, please share here) Default
• How to reproduce the issue ? (This is for errors. Please share the command line and the detailed log here.)
Initial setup using wget --content-disposition https://api.ngc.nvidia.com/v2/resources/nvidia/tao/tao-getting-started/versions/4.0.1/zip -O getting_started_v4.0.1.zip
Then to run the Jupyter notebook, launched a container with docker run -it --gpus all --name amogh_tao -p 8888:8888 -v /$PWD:/$PWD -v /var/run/docker.sock:/var/run/docker.sock -w /$PWD nvcr.io/nvidia/tao/tao-toolkit:4.0.0-tf2.9.1 bash and launched Jupyter from within the container.
The classification_tf2 notebook installs NGC CLI and downloads the pre-trained model.
When I try to train from within the notebook, it says API key missing.
I have another issue related to that actually that popped up
While I was trying to fix this, I decided to try to log in to docker as user instead of root.
Since then, when I run the classification_tf2 notebook, the train command, it shows something like the following.