In a new open dataset,the performance of the tsm is poor.Which lead to this? #631
-
I train the tsm on the fight dataset. |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 3 replies
-
config Can you help me? |
Beta Was this translation helpful? Give feedback.
-
try i3d? |
Beta Was this translation helpful? Give feedback.
-
And use pre-trained model on k400 |
Beta Was this translation helpful? Give feedback.
-
Oh,I forget to use pre-trained model on k400. |
Beta Was this translation helpful? Give feedback.
-
@innerlee When I do as you said ,the top1 acc of last model is higher than past. tsm log with k400 pre-train Is the dataset problem leading to low top1 acc? |
Beta Was this translation helpful? Give feedback.
-
The dataset is very tiny.
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
It's overfitting. For small datasets, fewer epochs (i.e. 20) are enough. |
Beta Was this translation helpful? Give feedback.
-
using pre-trained model on k400 and early stop get a good result. |
Beta Was this translation helpful? Give feedback.
using pre-trained model on k400 and early stop get a good result.