NGC failed to download pretrained model

hello,I have been using tao-toolkit yolov3 training for 1 month, it had no problem till today.

it doesn’t download pretrained model

“!ngc registry model download-version nvidia/tao/pretrained_object_detection:resnet18
–dest $LOCAL_EXPERIMENT_DIR/pretrained_resnet18”

image

After checking, I can download it successfully.
Please check if there is network issue on your side or something blocking issue. Thanks.

I had similar problem when I tried to download from NGC:

!ngc registry model download-version nvidia/tao/trafficcamnet:pruned_v1.0 --dest $NGC_DIR

[Transfer Error] Retrying in 10 seconds…
[Transfer Error] Retrying in 5 seconds…
[Transfer Error] Retrying in 33 seconds…
[Transfer Error] Retrying in 7 seconds…
[Transfer Error] Retrying in 61 seconds…
[Transfer Error] Retrying in 46 seconds…
[Transfer Error] Retrying in 65 seconds…
[Transfer Error] Retrying in 33 seconds…
[Transfer Error] Retrying in 1 seconds…
[Transfer Error] Retrying in 29 seconds…
[Transfer Error] Retrying in 67 seconds…
[Transfer Error] Retrying in 59 seconds…
[Transfer Error] Retrying in 17 seconds…
[Transfer Error] Retrying in 57 seconds…
[Transfer Error] Retrying in 15 seconds…
Downloaded 0 B in 8m 30s, Download speed: 0 B/s
Maximum retry attempts reached (15). Unable to complete transfer.
Downloaded 0 B in 8m 31s, Download speed: 0 B/s

Transfer id: trafficcamnet_vpruned_v1.0 Download status: Failed.
Downloaded local path: /dli/task/ngc_assets/trafficcamnet_vpruned_v1.0
Total files downloaded: 0
Total downloaded size: 0 B
Started at: 2022-01-29 02:11:03.090326
Completed at: 2022-01-29 02:19:34.677244
Duration taken: 8m 31s

@shi093
Please try
wget https://api.ngc.nvidia.com/v2/models/nvidia/tao/trafficcamnet/versions/pruned_v1.0.1/files/resnet18_trafficcamnet_pruned.etlt

Refer to TrafficCamNet | NVIDIA NGC

@kocaeliotopark1
Please refer to Open Images Pre-trained Object Detection — TAO Toolkit 3.22.02 documentation
TAO Pretrained Object Detection | NVIDIA NGC

to wget the file.

1 Like

Thanks for replying. But this does not solve my problem. I signed up a NVIDIA DLI online course, and I need to run this command inside that controlled environment of that course. The JupyterLab notebook is hosted on http://ec2-3-231-167-106.compute-1.amazonaws.com/lab/lab/tree/03_building_a_DeepStream_application.ipynb
I tried to email DLI about this issue, no luck so far.

hi, did you find any solution to this? I’m facing the same issue.

Me too , same issue with the command :
/ngccli/ngc registry model download-version nvidia/tao/pretrained_object_detection:resnet18 --dest .
[Transfer Error] Retrying in 10 seconds…
[Transfer Error] Retrying in 10 seconds…

solved by Morganh with wget
but it doesn’t work with CLI

There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

Could you retry CLI? Actually I cannot reproduce any error.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.