Skip to content

Commit 017593e

Browse files
authored
Update dsvm-tools-deep-learning-frameworks.md
updated pytorch
1 parent e3395c9 commit 017593e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/data-science-virtual-machine/dsvm-tools-deep-learning-frameworks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Deep learning frameworks on the DSVM are listed below.
113113
| ------------- | ------------- |
114114
| Version(s) supported | 1.2.0 (Ubuntu 16.04), 1.4.0 (Ubuntu 18.04, Windows 2019) |
115115
| Supported DSVM editions | Windows Server 2019<br>Ubuntu 18.04<br> Ubuntu 16.04 |
116-
| How is it configured / installed on the DSVM? | Installed in [Python 3.5](dsvm-tools-languages.md#python-linux-edition). Sample Jupyter notebooks are included, and samples are in /dsvm/samples/pytorch. |
116+
| How is it configured / installed on the DSVM? | Installed in [Python 3.7](dsvm-tools-languages.md#python-linux-edition) under the py37_pytorch conda environment. Sample Jupyter notebooks are included, and samples are in /dsvm/samples/pytorch. |
117117
| How to run it | Terminal: Activate the correct environment, and then run Python.<br/>* [JupyterHub](dsvm-ubuntu-intro.md#how-to-access-the-ubuntu-data-science-virtual-machine): Connect, and then open the PyTorch directory for samples. |
118118

119119
## [TensorFlow](https://www.tensorflow.org/)
@@ -142,4 +142,4 @@ Deep learning frameworks on the DSVM are listed below.
142142
| Version(s) supported | 1.0.3 |
143143
| Supported DSVM editions | Ubuntu 16.04 |
144144
| How is it configured / installed on the DSVM? |Theano is installed in Python 2.7 (_root_), and in Python 3.5 (_py35_) environment. |
145-
| How to run it | Terminal: Activate the Python version you want (root or py35), run Python, and then import Theano.<br/>* Jupyter: Select the Python 2.7 or 3.5 kernel, and then import Theano. <br/>To work around a recent math kernel library (MKL) bug, you need to first set the MKL threading layer as follows:<br/><br/>`export MKL_THREADING_LAYER=GNU` |
145+
| How to run it | Terminal: Activate the Python version you want (root or py35), run Python, and then import Theano.<br/>* Jupyter: Select the Python 2.7 or 3.5 kernel, and then import Theano. <br/>To work around a recent math kernel library (MKL) bug, you need to first set the MKL threading layer as follows:<br/><br/>`export MKL_THREADING_LAYER=GNU` |

0 commit comments

Comments
 (0)