runtime error

ign, use `split_none()` /home/user/.local/lib/python3.8/site-packages/torchvision/models/_utils.py:208: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead. warnings.warn( /home/user/.local/lib/python3.8/site-packages/torchvision/models/_utils.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=ResNet34_Weights.IMAGENET1K_V1`. You can also use `weights=ResNet34_Weights.DEFAULT` to get the most up-to-date weights. warnings.warn(msg) Downloading: "https://download.pytorch.org/models/resnet34-b627a593.pth" to /home/user/.cache/torch/hub/checkpoints/resnet34-b627a593.pth 0%| | 0.00/83.3M [00:00<?, ?B/s] 50%|█████ | 41.7M/83.3M [00:00<00:00, 436MB/s] 100%|██████████| 83.3M/83.3M [00:00<00:00, 460MB/s] Traceback (most recent call last): File "app.py", line 16, in <module> colorizer = get_image_colorizer(artistic=True) File "/home/user/app/deoldify/visualize.py", line 442, in get_image_colorizer return get_artistic_image_colorizer(root_folder=root_folder, render_factor=render_factor) File "/home/user/app/deoldify/visualize.py", line 465, in get_artistic_image_colorizer learn = gen_inference_deep(root_folder=root_folder, weights_name=weights_name) File "/home/user/app/deoldify/generators.py", line 92, in gen_inference_deep learn.load(weights_name) File "/home/user/app/fastai/basic_train.py", line 271, in load state = torch.load(source, map_location=device) File "/home/user/.local/lib/python3.8/site-packages/torch/serialization.py", line 815, in load return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args) File "/home/user/.local/lib/python3.8/site-packages/torch/serialization.py", line 1033, in _legacy_load magic_number = pickle_module.load(f, **pickle_load_args) EOFError: Ran out of input

Container logs:

Fetching error logs...