DeepLearningExamples icon indicating copy to clipboard operation
DeepLearningExamples copied to clipboard

[Model] UNet ngc download: `Model not found`

Open Wheest opened this issue 3 years ago • 0 comments

Related to Model UNet_Industrial, TF1

Describe the bug I am following the notebook for TF-TRT inference for UNet_industrial.

However, when I run the cell to download the pretrained model, it fails. If I follow the URL in my browser I get an error code: "Model not found".

To Reproduce Steps to reproduce the behaviour:

  1. Open URL: https://api.ngc.nvidia.com/v2/models/nvidia/unetindustrial_for_tensorflow_32/versions/1/zip
  2. Try downloading in notebook: https://github.com/NVIDIA/DeepLearningExamples/blob/master/TensorFlow/Segmentation/UNet_Industrial/notebooks/Colab_UNet_Industrial_TF_TFTRT_inference_demo.ipynb

Expected behaviour Model should be downloaded as a zip file.

Wheest avatar Feb 01 '22 18:02 Wheest