Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Correct a typo in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
roadjiang committed Sep 6, 2018
1 parent 2cb0b89 commit ce787cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ All code was developed and tested on Nvidia V100/P100 (16GB) the following envir

(Optional) *everything can be set up on Google Cloud Deep learning VM in ~5 min.*

Next we need to download the dataset and pre-trained MentorNet models. Put them into the same directory as the `code` directory.

```bash
gsutil -m cp -r gs://mentornet_project/data .
Expand All @@ -64,7 +65,7 @@ export PYTHONPATH="$PYTHONPATH:$PWD/code/"

python code/cifar_train_mentornet.py \
--dataset_name=cifar10 \
--trained_mentornet_dir=mentornet_models/models/mentornet_pd1_g_1/mentornet.model-29999 \
--trained_mentornet_dir=mentornet_models/models/mentornet_pd1_g_1/mentornet_pd \
--loss_p_precentile=0.75 \
--nofixed_epoch_after_burn_in \
--burn_in_epoch=0 \
Expand Down

0 comments on commit ce787cf

Please sign in to comment.