bottom-up-attention-vqa
An efficient PyTorch implementation of the winning entry of the 2017 VQA Challenge.
File Explorer
- train_ids.pkl
- val_ids.pkl
- compute_softscore.py
- create_dictionary.py
- detection_features_converter.py
- download.sh
- process.sh
- .gitignore
- attention.py
- base_model.py
- classifier.py
- dataset.py
- fc.py
- language_model.py
- LICENSE
- main.py
- README.md
- train.py
- utils.py
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
// repository documentation
Was this content helpful?
(0 ratings)
