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 log file only contains loss information, and the evaluation information is only printed in the terminal, which is very unfriendly for epoch 400 training. I have to test each epoch again.
Is epoch 400 necessary? In my experiments, val loss became overfitting near epoch 50. Can the epoch be adjusted to 75 or other relatively small values? Will it affect the results? Have you done any corresponding experiments?
How long does it take to run the complete 400 epochs?
In your public training log, it only reaches epoch 72. In issue 3, I find you load epoch 60, and the overall result is from last_semantic alignment Acc0.25: Top-1: 0.54586.
But in the training log, the results of epoch 60 are:
How long is the testing time? It takes me 45 minutes here. But in your log is 11'20. I use the command srun -p test --gres=gpu:1 sh test_scanrefer.sh. What did I do wrong?
last_semantic alignment Acc0.25: Top-1: 0.54586
.But in the training log, the results of epoch 60 are:
Why is one
segment
and onebox
?The text was updated successfully, but these errors were encountered: