ayu39
ayu39
Traceback (most recent call last): File "./tools/train.py", line 163, in main() File "./tools/train.py", line 124, in main logger=logger) File "/home/reddot/PolarMask-master/mmdet/apis/train.py", line 65, in train_detector _non_dist_train(model, dataset, cfg, validate=validate) File "/home/reddot/PolarMask-master/mmdet/apis/train.py",...
What is the basis of your writing loss.py Is there any improvement or difference compared with the original loss of fcos?
Traceback (most recent call last): File "train_voc.py", line 18, in model.load_state_dict(torch.load("./convert_weights/FCOS_R_50_FPN_1x.pth")) File "/root/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 845, in load_state_dict self.__class__.__name__, "\n\t".join(error_msgs))) RuntimeError: Error(s) in loading state_dict for FCOSDetector: Missing key(s) in state_dict:...
### Description When using "- O2", there is a problem with "NaN or Inf found in input tensor." Especially after updating the code, the first epoch will appear, like this:...