runtime error
Exit code: 1. Reason: This will eventually be the default behaviour warnings.warn( Downloading: "https://github.com/NVIDIA/DeepLearningExamples/zipball/torchhub" to /home/user/.cache/torch/hub/torchhub.zip /home/user/.cache/torch/hub/NVIDIA_DeepLearningExamples_torchhub/PyTorch/Classification/ConvNets/image_classification/models/common.py:13: UserWarning: pytorch_quantization module not found, quantization will not be available warnings.warn( /home/user/.cache/torch/hub/NVIDIA_DeepLearningExamples_torchhub/PyTorch/Classification/ConvNets/image_classification/models/efficientnet.py:17: UserWarning: pytorch_quantization module not found, quantization will not be available warnings.warn( Downloading: "https://api.ngc.nvidia.com/v2/models/nvidia/resnet50_pyt_amp/versions/20.06.0/files/nvidia_resnet50_200821.pth.tar" to /home/user/.cache/torch/hub/checkpoints/nvidia_resnet50_200821.pth.tar 0%| | 0.00/97.7M [00:00<?, ?B/s] 11%|█ | 10.3M/97.7M [00:00<00:00, 108MB/s] 23%|██▎ | 22.4M/97.7M [00:00<00:00, 119MB/s] 53%|█████▎ | 51.4M/97.7M [00:00<00:00, 204MB/s] 80%|████████ | 78.5M/97.7M [00:00<00:00, 235MB/s] 100%|██████████| 97.7M/97.7M [00:00<00:00, 230MB/s] Using cache found in /home/user/.cache/torch/hub/NVIDIA_DeepLearningExamples_torchhub Traceback (most recent call last): File "app.py", line 8, in <module> utils = torch.hub.load('NVIDIA/DeepLearningExamples:torchhub', 'nvidia_convnets_processing_utils') File "/home/user/.local/lib/python3.8/site-packages/torch/hub.py", line 542, in load model = _load_local(repo_or_dir, model, *args, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/torch/hub.py", line 572, in _load_local model = entry(*args, **kwargs) File "/home/user/.cache/torch/hub/NVIDIA_DeepLearningExamples_torchhub/PyTorch/Classification/ConvNets/image_classification/models/entrypoints.py", line 51, in nvidia_convnets_processing_utils import validators ModuleNotFoundError: No module named 'validators'
Container logs:
Fetching error logs...