Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sgugger committed Apr 16, 2020
1 parent 5ddb589 commit b8184ba
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 26 deletions.
12 changes: 0 additions & 12 deletions 05_pet_breeds.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2532,18 +2532,6 @@
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion 09_tabular.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9188,7 +9188,7 @@
"xs_filt2 = xs_filt.drop('fiModelDescriptor', axis=1)\n",
"valid_xs_time2 = valid_xs_time.drop('fiModelDescriptor', axis=1)\n",
"m2 = rf(xs_filt2, y_filt)\n",
"m_rmse(m2, xs_filt2, y_filt), m_rmse(m2, valid_xs_time2, valid_y)"
"m_rmse(m, xs_filt2, y_filt), m_rmse(m2, valid_xs_time2, valid_y)"
]
},
{
Expand Down
12 changes: 0 additions & 12 deletions 10_nlp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2251,18 +2251,6 @@
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion clean/05_pet_breeds.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,7 @@
"1. What two steps does the fine_tune method do?\n",
"1. In Jupyter notebook, how do you get the source code for a method or function?\n",
"1. What are discriminative learning rates?\n",
"1. How is a Python slice object interpreted when past as a learning rate to fastai?\n",
"1. How is a Python slice object interpreted when passed as a learning rate to fastai?\n",
"1. Why is early stopping a poor choice when using one cycle training?\n",
"1. What is the difference between resnet 50 and resnet101?\n",
"1. What does to_fp16 do?"
Expand Down

0 comments on commit b8184ba

Please sign in to comment.