I tried perform training by following the "How to train the models?" written on README.
I suffered a problem named "FloatingPointError: Predicted boxes or scores contain Inf/NaN. Training has diverged." and it is also reported in #21. So, i changed BASE_LR 0.02 to 0.01.
Thanks for your brilliant work.
I tried perform training by following the "How to train the models?" written on README.
I suffered a problem named "FloatingPointError: Predicted boxes or scores contain Inf/NaN. Training has diverged." and it is also reported in #21. So, i changed BASE_LR 0.02 to 0.01.
"bbox AP" should be 69.35377194762384 reported to https://layout-parser.readthedocs.io/en/latest/notes/modelzoo.html , but it is not.
Can you provide the exact version of the libraries for reproduction?