liuxi1234
Results
2
issues of
liuxi1234
RuntimeError: Error(s) in loading state_dict for EfficientDetBackbone: size mismatch for classifier.header.pointwise_conv.conv.weight: copying a param with shape torch.Size([396, 64, 1, 1]) from checkpoint, the shape in current model is torch.Size([810, 64,...
When I run the following command: `python main.py --mode benchmark --tasks_path benchmark/ --load ours/ours.pth --num_processes 1 --gui` The question is that: ``` Fatal Python error: Aborted Stack (most recent call...