This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
cs501r_f2018:lab7 [2018/10/18 01:02] wingated |
cs501r_f2018:lab7 [2021/06/30 23:42] (current) |
||
|---|---|---|---|
| Line 41: | Line 41: | ||
| If you are experiencing difficulties, you may need to install specific versions of the necessary packages. One student contributed this: | If you are experiencing difficulties, you may need to install specific versions of the necessary packages. One student contributed this: | ||
| - | ``!pip install http://download.pytorch.org/whl/cu80/torch-0.3.0.post4-cp36-cp36m-linux_x86_64.whl numpy matplotlib spacy torchtext==0.2.3 seaborn`` | + | <code python> |
| + | !pip install http://download.pytorch.org/whl/cu80/torch-0.3.0.post4-cp36-cp36m-linux_x86_64.whl numpy matplotlib spacy torchtext==0.2.3 seaborn | ||
| + | </code> | ||
| Line 68: | Line 70: | ||
| You should expect to see reasonable results after 2-4 hours of training in colab. | You should expect to see reasonable results after 2-4 hours of training in colab. | ||
| + | |||
| + | [[http://mlexplained.com/2018/02/08/a-comprehensive-tutorial-to-torchtext/|Here is a good tutorial on torchtext.]] | ||