-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9dd0896
commit d291d8e
Showing
7 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
.../model_zoo/recognizaton/attention_lstm.md → ...n/model_zoo/recognition/attention_lstm.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
RNN is usualy used for sequence data, it works well for videos’ time-step information of continues frames. | ||
And it’s a basic popular method for video classification. | ||
AttentionLstm use a bidirectional LSTM to encode the frames of video. | ||
AttentionLstm use a bidirectional LSTM to encode the frames of video. | ||
Different from the traditional method where LSTM is in the output layer for the last time, | ||
AttentionLstm increase a Attention layer, there is a adaptive weight for the hidden layer of each time, | ||
and weighted to get the final feature vector. | ||
and weighted to get the final feature vector. | ||
For Attention layer, refer to the paper: AttentionCluster. | ||
|
||
Data Prepare, refer to the page of dataset: (TODO) | ||
Model training and valid, refer to the page of tutorial: (TODO) | ||
The Hit@1 on Youtube-8M’ validation is 0.89, PERR is 0.8012, GAP is 0.8594. |
8 changes: 4 additions & 4 deletions
8
docs/en/model_zoo/recognizaton/pp-tsm.md → docs/en/model_zoo/recognition/pp-tsm.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/en/model_zoo/recognizaton/tsm.md → docs/en/model_zoo/recognition/tsm.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.