Florian Vahl

Results 184 comments of Florian Vahl

Lowering the learning rate should counterintuitively improve your convergence speed. I did some tests a while ago. Lower it by a factor of 10 and try again. I also suspect...

Are you in test or training mode? The model is not differentiable in test mode as it directly outputs a set of boxes.

We should add this file as a script to this git. With some command-line arguments.

I am not able to reproduce this issue. Is it still relevant / occurring and are you sure that there is no other PyTorch code in your class that might...

Is this issue still relevant/occurring?

You could also increase the gradient accumulations

What confidence threshold did you use? The yolo paper uses afaik relatively low thresholds such as `0.001` combined with another test dataset called `test-dev`.

Have a look at this list https://cocodataset.org/#download