You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The performance is bad,that average_recall is 40%。 And I trained with 1080ti , at the same time ,I just change the batch-size to 8. Compared to yours paper's performance,why the result is so bad ?
#8
Hi @JXQI,
This issue is a duplicate of #7.
Since we are also the host of the RibFrarc Challenge, we didn't provide every detail in this repo to avoid data leakage of any kind. This repo is rather a baseline prototype that you can build your own model upon. There are a few things you can try to improve the performance:
Larger batch size with multiple GPUs;
Different training strategy, e.g., different scheduler;
Better post-processing. We didn't reveal the entire postprocessing procedure since it involves our in-house code. This should be quite important.
No description provided.
The text was updated successfully, but these errors were encountered: