Upload train.py with huggingface_hub
Browse files
train.py
CHANGED
|
@@ -13,6 +13,7 @@ this repo. Contact the authors (see the model card) for access. Point
|
|
| 13 |
--tfrecord-path at your local copy to run this script.
|
| 14 |
|
| 15 |
Usage:
|
|
|
|
| 16 |
python train.py --tfrecord-path /path/to/VQA_v4.tfrecord --output-dir ./runs/my_run
|
| 17 |
"""
|
| 18 |
import argparse
|
|
|
|
| 13 |
--tfrecord-path at your local copy to run this script.
|
| 14 |
|
| 15 |
Usage:
|
| 16 |
+
pip install -r requirements-train.txt
|
| 17 |
python train.py --tfrecord-path /path/to/VQA_v4.tfrecord --output-dir ./runs/my_run
|
| 18 |
"""
|
| 19 |
import argparse
|