-
Notifications
You must be signed in to change notification settings - Fork 163
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
Antoine Miech "WILLOW
committed
Jun 7, 2017
1 parent
a024651
commit 043e06c
Showing
1 changed file
with
17 additions
and
3 deletions.
There are no files selected for viewing
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,9 +1,23 @@ | ||
# Youtube-8M-WILLOW | ||
This is the solution of the kaggle Youtube-8M Large-Scale Video Understanding challenge winners. | ||
For more details about our models, please read our arXiv paper: ... . | ||
|
||
The code is build on top of the Google Youtube-8M starter code (https://github.com/google/youtube-8m) | ||
The code is built on top of the Google Youtube-8M starter code (https://github.com/google/youtube-8m) | ||
Please look at their README to see the needed dependencies to run the code. | ||
|
||
On top of this, you will only need to have the pandas python library installed. | ||
You will additionally only need to have the pandas python library installed. | ||
|
||
The models have been run on NVIDIA TITAN X 12 GB GPU. | ||
Hardware requirement: Each model can be run on a single NVIDIA TITAN X 12 GB GPU. Some of the trained | ||
do not fit with a GPU with at least 10GB of memory. In that case, please do not modify the training batch size | ||
of these models as it might effect the final results. | ||
|
||
Our submitted model is a weighted ensemble of 25 models. | ||
However for the sake of simplicity, this repot will contain a much more simple ensemble of | ||
7 models that are enough to reach the first place with a significant margin. | ||
|
||
|
||
|
||
|
||
|
||
|
||
Antoine Miech |