keithkctse
Results
2
comments of
keithkctse
File "/ISTR/projects/ISTR/istr/util/box_ops.py", line 51, in generalized_box_iou assert (boxes1[:, 2:] >= boxes1[:, :2]).all() AssertionError Facing the same problem EDIT: After reducing my learning rate, the issue disappeared.
Seems like the fine tuning requires far more memory than inference. My RTX 3090 with 24 GB VRAM is not enough for the training too. Only A100 with 40GB or...