runtime error
File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/container.py", line 215, in forward input = module(input) File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl return forward_call(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/fastai/vision/learner.py", line 185, in forward def forward(self,x): return self.model.forward_features(x) if self.needs_pool else self.model(x) File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl return forward_call(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/timm/models/vision_transformer.py", line 652, in forward x = self.forward_features(x) File "/home/user/.local/lib/python3.10/site-packages/timm/models/vision_transformer.py", line 633, in forward_features x = self.patch_embed(x) File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl return forward_call(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/timm/models/vision_transformer_hybrid.py", line 98, in forward if self.dynamic_img_pad: File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1695, in __getattr__ raise AttributeError(f"'{type(self).__name__}' object has no attribute '{name}'") AttributeError: 'HybridEmbed' object has no attribute 'dynamic_img_pad' β |----------------------------------------| 0.00% [0/1 00:00<?]
Container logs:
Fetching error logs...