Skip to content

Commit

Permalink
Merge pull request #171 from neil-rubens/patch-1
Browse files Browse the repository at this point in the history
fixed parameter name `problems` -> `problem`
  • Loading branch information
lakshmanok authored May 27, 2018
2 parents a40d637 + caa9b7f commit dccbfc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions courses/machine_learning/deepdive/09_sequence/poetry.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@
"t2t-trainer \\\n",
" --data_dir=gs://${BUCKET}/poetry/subset \\\n",
" --t2t_usr_dir=./poetry/trainer \\\n",
" --problems=$PROBLEM \\\n",
" --problem=$PROBLEM \\\n",
" --model=transformer \\\n",
" --hparams_set=transformer_poetry \\\n",
" --output_dir=$OUTDIR --job-dir=$OUTDIR --train_steps=10"
Expand Down Expand Up @@ -666,7 +666,7 @@
"echo \"Y\" | t2t-trainer \\\n",
" --data_dir=gs://${BUCKET}/poetry/subset \\\n",
" --t2t_usr_dir=./poetry/trainer \\\n",
" --problems=$PROBLEM \\\n",
" --problem=$PROBLEM \\\n",
" --model=transformer \\\n",
" --hparams_set=transformer_poetry \\\n",
" --output_dir=$OUTDIR \\\n",
Expand Down

0 comments on commit dccbfc0

Please sign in to comment.