Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/NVlabs/few_shot_gaze
Browse files Browse the repository at this point in the history
  • Loading branch information
shalinidemello committed Feb 5, 2020
2 parents 6f76a10 + d29edbe commit d66504f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/full_train_test_and_plot.bash
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,15 @@ fi
# Please note, that you need output HDF files from the previous step to
# proceed to the next step. These HDF files are provided to you by default
# in this specific example pipeline.

ML_COMMON=" --disable-tqdm --output-dir ./"
#
# In this example script, we use pre-trained MAML weights that we provided on
# 20th January 2020. This can be done by providing the `--skip-training`
# command line argument. Note that the full testing procedure is still very
# time consuming, as 1000-step fine-tuning must occur for each participant
# in GazeCapture and MPIIGaze.

#ML_COMMON=" --disable-tqdm --output-dir ./"
ML_COMMON=" --skip-training --disable-tqdm --output-dir ./"

python3 2_meta_learning.py ${ML_COMMON} ${OUTPUT_DIR} 1 &
python3 2_meta_learning.py ${ML_COMMON} ${OUTPUT_DIR} 2 &
Expand Down

0 comments on commit d66504f

Please sign in to comment.