Hello 坤坤kk,
from your last submission, the Stderr is the following:
2023-07-13T03:53:46.586000+00:00 Traceback (most recent call last):
2023-07-13T03:53:46.586000+00:00 File "/usr/local/lib/python3.9/runpy.py", line 197, in _run_module_as_main
2023-07-13T03:53:46.587000+00:00 return _run_code(code, main_globals, None,
2023-07-13T03:53:46.587000+00:00 File "/usr/local/lib/python3.9/runpy.py", line 87, in _run_code
2023-07-13T03:53:46.587000+00:00 exec(code, run_globals)
2023-07-13T03:53:46.587000+00:00 File "/opt/app/process.py", line 451, in <module>
2023-07-13T03:53:46.587000+00:00 predictor(net, input_path=input_path, output_path=output_path)
2023-07-13T03:53:46.587000+00:00 File "/opt/app/process.py", line 426, in predictor
2023-07-13T03:53:46.587000+00:00 for i_batch, sampled_batch in enumerate(testloader):
2023-07-13T03:53:46.587000+00:00 File "/home/user/.local/lib/python3.9/site-packages/torch/utils/data/dataloader.py", line 681, in __next__
2023-07-13T03:53:46.587000+00:00 data = self._next_data()
2023-07-13T03:53:46.587000+00:00 File "/home/user/.local/lib/python3.9/site-packages/torch/utils/data/dataloader.py", line 1359, in _next_data
2023-07-13T03:53:46.587000+00:00 idx, data = self._get_data()
2023-07-13T03:53:46.587000+00:00 File "/home/user/.local/lib/python3.9/site-packages/torch/utils/data/dataloader.py", line 1325, in _get_data
2023-07-13T03:53:46.587000+00:00 success, data = self._try_get_data()
2023-07-13T03:53:46.587000+00:00 File "/home/user/.local/lib/python3.9/site-packages/torch/utils/data/dataloader.py", line 1176, in _try_get_data
2023-07-13T03:53:46.587000+00:00 raise RuntimeError('DataLoader worker (pid(s) {}) exited unexpectedly'.format(pids_str)) from e
2023-07-13T03:53:46.587000+00:00 RuntimeError: DataLoader worker (pid(s) 36) exited unexpectedly
and it produced the following message: RuntimeError: DataLoader worker (pid(s) 36) exited unexpectedly
I hope it helps
Best
Gian Marco