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
<Thumos experiment> the dropout layer in train.prototxt was cancelled ,but i found overfitting when trying to test my caffemodel by using eval_detection.py
#63
Open
fanxx17 opened this issue
Jan 4, 2021
· 0 comments
the dropout layer in train.prototxt was cancelled ,but i found overfitting when trying to test my caffemodel by using eval_detection.py:
however,the caffemodel provided in Thumos's README.md has beautiful performance. Does train.prototxt really nead dropout layer when you train Thumos? thank you for your reply
...
}
#layer {
name: "drop6"
type: "Dropout"
bottom: "fc6"
top: "fc6"
dropout_param {
dropout_ratio: 0.5
}
#}
...
The text was updated successfully, but these errors were encountered:
the dropout layer in train.prototxt was cancelled ,but i found overfitting when trying to test my caffemodel by using eval_detection.py:
however,the caffemodel provided in Thumos's README.md has beautiful performance. Does train.prototxt really nead dropout layer when you train Thumos? thank you for your reply
...
}
#layer {
name: "drop6"
type: "Dropout"
bottom: "fc6"
top: "fc6"
dropout_param {
dropout_ratio: 0.5
}
#}
...
The text was updated successfully, but these errors were encountered: