I followed A.7 Quantizing ACDNet (PyTorch). However, I got a core dump when I was trying to evaluate it by python torch/tester.py
/home/xxx/miniconda3/envs/acd2/lib/python3.12/site-packages/torch/serialization.py:1006: UserWarning: 'torch.load' received a zip file that looks like a TorchScript archive dispatching to 'torch.jit.load' (call 'torch.jit.load' directly to silence this warning)
warnings.warn("'torch.load' received a zip file that looks like a TorchScript archive"
Segmentation fault (core dumped)
Any idea how to test the model? Thanks!
I followed
A.7 Quantizing ACDNet (PyTorch). However, I got a core dump when I was trying to evaluate it bypython torch/tester.pyAny idea how to test the model? Thanks!