I was trying to following the guide from here but failed. Beginners - NVIDIA Docs
So first I created a NGC account and created a API key. Then I logged in docker with the API key and the username. Next I cloned this repo GitHub - NVIDIA/tao_tutorials: Quick start scripts and tutorial notebooks to get started with TAO Toolkit and tried running one of its notebooks.
When running
!tao model faster_rcnn evaluate --gpu_index $GPU_INDEX -e $SPECS_DIR/default_spec_resnet18.txt -m /workspace/tao-experiments/faster_rcnn/frcnn_resnet_18.epoch_12.hdf5
( or any other model evaluation command )
The command would try and pull the nvcr docker image first, which results in the error ‘KeyError: ‘status’’. When I try to pull the docker image directly, it would result in the error in the title.