Skip to content

Commit

Permalink
fix typos in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianshu Ji committed Jul 3, 2020
1 parent 253c354 commit 9894662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tutorials/Run_Your_Own_Task_in_MT-DNN.ipynb
Expand Up @@ -29,6 +29,7 @@
" - ACC\n",
" loss: CeCriterion\n",
" kd_loss: MseCriterion\n",
" adv_loss: SymKlCriterion\n",
" n_class: 3\n",
" task_type: Classification</pre>\n",
" \n",
Expand Down Expand Up @@ -133,7 +134,7 @@
" task_type: Classification\n",
" </pre>\n",
" \n",
" More details in [data_utils/metrics.py](../data_utils/metrics.py);\n",
" More details about metrics,please refer to [data_utils/metrics.py](../data_utils/metrics.py);\n",
" \n",
" you can choose loss, kd_loss (knowledge distillation) and adv_loss(adversarial training) from pre-defined losses in file [data_utils/loss.py](../data_utils/loss.py), and you can implement your customized losses into this file and specify it in the task config.\n",
"\n",
Expand Down

0 comments on commit 9894662

Please sign in to comment.