Closed GiteZz closed 2 years ago
I also encountered this problem. Has this problem been solved
I am having the same issue
I change this line to
feature_add_all_level = feature_add_all_level + self.convs_all_levels[i](mask_feat)
and it is fixed
check this pull request: https://github.com/aim-uofa/AdelaiDet/pull/568
I was trying to run the Solov2 on my own dataset and I get this error:
This was the traceback associated with the error:
Torch adviced me to
set_detect_anoomaly(True)
in the code to find more clues. With this change I got this as extra output:So apparently something is not backpropping correctly over a Relu operation. I've tried changing all the Relu to
inplace=False
, but that gave the same results.Any idea what might cause this?
These are the differences that I make in the config that differ from the one in train_net