DeepLearningExamples
DeepLearningExamples copied to clipboard
[Model] UNet ngc download: `Model not found`
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:
- Open URL: https://api.ngc.nvidia.com/v2/models/nvidia/unetindustrial_for_tensorflow_32/versions/1/zip
- 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.