Skip to content

Latest commit

 

History

History

gen-vqa

Gen-VQA

Usage

1. Download and Preproccess VQA Datasets

cd utils
./preprocess.sh
# make sure to chmod 775 all scripts

2. Open a terminal

visdom

3. Open Another Terminal and Train

python3 runtime.py --batch_size=64 --lr=0.0002

4. To Visualize Progress

ssh  -L 9999:localhost:8097 [email protected]

Open Chrome and go to localhost:9999

5. A Shortcut for Visualization

Open Chrome and go to ip.of.remote.server:8097

For example abcd.csail.mit.edu:8097