When I change the yolo_tiny_net into yolo_net, and run the training without pretrain model, it
assert not np.isnan(loss_value), 'Model diverged with loss = NaN' AssertionError: Model diverged with loss = NaN.
I want to know how to deal with this situation.
When I change the yolo_tiny_net into yolo_net, and run the training without pretrain model, it
I want to know how to deal with this situation.