I am trying to access the Text Classification Notebook. I’m following the steps mentioned in this site: https://ngc.nvidia.com/catalog/resources/nvidia:tlt-jarvis:textclassification_notebook
When I run the command
ngc registry resource download-version nvidia/tlt-jarvis/text_classification:v1.0 --dest /home/siminsights/jarvis/samples/
I get the following error:
{
“error”: “Client Error: 403 Response: - Request Id: Url: https://api.ngc.nvidia.com/v2/org/nvidia/team/tlt-jarvis/resources/text_classification/versions/v1.0”
}
Before this step, everything seems fine. Please let me know if I’m missing something. Thank you.