[2024-04-01 11:52:16,467] torch.distributed.run: [WARNING]
[2024-04-01 11:52:16,467] torch.distributed.run: [WARNING] *****************************************
[2024-04-01 11:52:16,467] torch.distributed.run: [WARNING] Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable for optimal performance in your application as needed.
[2024-04-01 11:52:16,467] torch.distributed.run: [WARNING] *****************************************
monai.networks.nets.swin_unetr SwinUNETR.__init__:img_size: Argument `img_size` has been deprecated since version 1.3. It will be removed in version 1.5. The img_size argument is not required anymore and checks on the input size are run during forward().
monai.networks.nets.swin_unetr SwinUNETR.__init__:img_size: Argument `img_size` has been deprecated since version 1.3. It will be removed in version 1.5. The img_size argument is not required anymore and checks on the input size are run during forward().
[rank1]: Traceback (most recent call last):
[rank1]: File "/opt/toolkit/tutorials/monai/auto3dseg/notebooks/my_workspace/swinunetr_0/scripts/train.py", line 829, in <module>
[rank1]: fire.Fire()
[rank1]: File "/usr/local/lib/python3.10/dist-packages/fire/core.py", line 143, in Fire
[rank1]: component_trace = _Fire(component, args, parsed_flag_args, context, name)
[rank1]: File "/usr/local/lib/python3.10/dist-packages/fire/core.py", line 477, in _Fire
[rank1]: component, remaining_args = _CallAndUpdateTrace(
[rank1]: File "/usr/local/lib/python3.10/dist-packages/fire/core.py", line 693, in _CallAndUpdateTrace
[rank1]: component = fn(*varargs, **kwargs)
[rank1]: File "/opt/toolkit/tutorials/monai/auto3dseg/notebooks/my_workspace/swinunetr_0/scripts/train.py", line 322, in run
[rank1]: model_dict = torch.load(pretrained_path, map_location=device)["state_dict"]
[rank1]: File "/usr/local/lib/python3.10/dist-packages/torch/serialization.py", line 997, in load
[rank1]: with _open_file_like(f, 'rb') as opened_file:
[rank1]: File "/usr/local/lib/python3.10/dist-packages/torch/serialization.py", line 444, in _open_file_like
[rank1]: return _open_file(name_or_buffer, mode)
[rank1]: File "/usr/local/lib/python3.10/dist-packages/torch/serialization.py", line 425, in __init__
[rank1]: super().__init__(open(name, mode))
[rank1]: FileNotFoundError: [Errno 2] No such file or directory: '/opt/toolkit/tutorials/monai/auto3dseg/notebooks/my_workspace/swinunetr_0/pretrained_model/swin_unetr.base_5000ep_f48_lr2e-4_pretrained.pt'