38,892
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 22: | Line 22: | ||
{{Command2|module load python/3.6}} | {{Command2|module load python/3.6}} | ||
</div> | </div> | ||
{{Command2|module load python/3}} | |||
<div class="mw-translate-fuzzy"> | |||
Créez un nouvel environnement Python. | Créez un nouvel environnement Python. | ||
{{Command2|virtualenv --no-download tensorflow}} | |||
</div> | |||
{{Command2|virtualenv --no-download tensorflow}} | {{Command2|virtualenv --no-download tensorflow}} | ||
<div class="mw-translate-fuzzy"> | |||
Activez le nouvel environnement. | Activez le nouvel environnement. | ||
{{Command2|source tensorflow/bin/activate}} | |||
</div> | |||
{{Command2|source tensorflow/bin/activate}} | {{Command2|source tensorflow/bin/activate}} | ||
Line 34: | Line 41: | ||
</tab> | </tab> | ||
<tab name="TF 1.x"> | <tab name="TF 1.x"> | ||
Load modules required by TensorFlow. TF 1.x requires StdEnv/2018. | Load modules required by TensorFlow. TF 1.x requires StdEnv/2018. |