User Tools

Site Tools


institute_lorentz:xmaris

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
institute_lorentz:xmaris [2021/03/23 08:03] lenocilinstitute_lorentz:xmaris [2021/03/23 08:06] – [TensorFlow Notes] lenocil
Line 215: Line 215:
  
 When launching a jupyter notebook remember to specify ''TensorFlow/2.1.0-fosscuda-2019b-Python-3.7.4'' as an extra runtime module. When launching a jupyter notebook remember to specify ''TensorFlow/2.1.0-fosscuda-2019b-Python-3.7.4'' as an extra runtime module.
 +
 +=== TensorFlow with Graphviz ===
 +<code bash>
 +ml load TensorFlow/2.1.0-fosscuda-2019b-Python-3.7.4
 +pip install --user pydot
 +ml load Graphviz/2.42.2-foss-2019b-Python-3.7.4
 +python -c "import tensorflow as tf;m = tf.keras.Model(inputs=[], outputs=[]);tf.keras.utils.plot_model(m, show_shapes=True)"
 +</code>
 +
 ==== Installing extra software ==== ==== Installing extra software ====
  
institute_lorentz/xmaris.txt · Last modified: 2024/02/29 14:16 by jansen