kavin-aravindhan commited on
Commit
c1b19bf
·
verified ·
1 Parent(s): 77c64b5

Upload train.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. train.py +1 -0
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