runtime error
Exit code: 1. Reason: tils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=R3D_18_Weights.KINETICS400_V1`. You can also use `weights=R3D_18_Weights.DEFAULT` to get the most up-to-date weights. warnings.warn(msg) Downloading: "https://download.pytorch.org/models/r3d_18-b3b3357e.pth" to /home/user/.cache/torch/hub/checkpoints/r3d_18-b3b3357e.pth 0%| | 0.00/127M [00:00<?, ?B/s][A 31%|███▏ | 40.0M/127M [00:01<00:02, 39.7MB/s][A 47%|████▋ | 59.8M/127M [00:01<00:01, 40.8MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 85, in <module> model = MyModel().load_model('pre_3D_model.h5') File "/home/user/app/app.py", line 15, in __init__ self.model = torchvision.models.video.r3d_18(pretrained=True) File "/usr/local/lib/python3.10/site-packages/torchvision/models/_utils.py", line 142, in wrapper return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/torchvision/models/_utils.py", line 228, in inner_wrapper return builder(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/torchvision/models/video/resnet.py", line 408, in r3d_18 return _video_resnet( File "/usr/local/lib/python3.10/site-packages/torchvision/models/video/resnet.py", line 306, in _video_resnet model.load_state_dict(weights.get_state_dict(progress=progress, check_hash=True)) File "/usr/local/lib/python3.10/site-packages/torchvision/models/_api.py", line 90, in get_state_dict return load_state_dict_from_url(self.url, *args, **kwargs) File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 867, in load_state_dict_from_url download_url_to_file(url, cached_file, hash_prefix, progress=progress) File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 747, in download_url_to_file f.write(buffer) # type: ignore[possibly-undefined] OSError: [Errno 28] No space left on device
Container logs:
Fetching error logs...