Testing DataLoader 0:0%||0/78[00:00<?, ?it/s]Failed to collect metadata on function, produced code may be suboptimal. Known situations this can occur are inference mode only compilation involving resize_ or prims (!schema.hasAnyAliasInfo() INTERNAL ASSERT FAILED);if your situation looks different please file a bug to PyTorch.
Traceback (most recent call last):
File "/home/buty/.local/lib/python3.8/site-packages/torch/_functorch/aot_autograd.py", line 1674,in aot_wrapper_dedupe
fw_metadata, _out = run_functionalized_fw_and_collect_metadata(
File "/home/buty/.local/lib/python3.8/site-packages/torch/_functorch/aot_autograd.py", line 606,in inner
flat_f_outs = f(*flat_f_args)
File "/home/buty/.local/lib/python3.8/site-packages/torch/_functorch/aot_autograd.py", line 2776,in functional_call
out = Interpreter(mod).run(*args[params_len:],**kwargs)
File "/home/buty/.local/lib/python3.8/site-packages/torch/fx/interpreter.py", line 136,in run
self.env[node]= self.run_node(node)
File "/home/buty/.local/lib/python3.8/site-packages/torch/fx/interpreter.py", line 177,in run_node
returngetattr(self, n.op)(n.target, args, kwargs)
File "/home/buty/.local/lib/python3.8/s