Closed yanconglin closed 2 weeks ago
Hi, there is a note in the README: https://github.com/KTH-RPL/SeFlow?tab=readme-ov-file#other-benchmark-models
seflow_official
is the weight I used in the paper result and leaderboard v1 result (since when I'm writing the paper, leaderboard v2 hasn't been published yet). seflow_best
is the weight I trained with the note said and the result in leaderboard version 2 (we also mentioned this in updated supplementary material.) config: 2e-4 and epoch 20. You can find that also using torch.load(model), all configs are saved in the model weight. the v2 leaderboard discussion result is here: https://github.com/KTH-RPL/DeFlow/discussions/6seflow_best.ckpt
.Thank you for the clarification. Fair points. One additional question: does the best result on benchmark follow a 1x or 2x setup?
1x dataset size for all results in both leaderboards (v1, v2).
Hi, thank you for releasing the codebase. I was wondering if you could kindly clarify the following questions?
I look forward to your reply. Many thanks in advance.