Tensorflow, Installation unter Windows10 / Anaconda (Notiz)

  1. Download und Installation von „Anaconda“ (Link: https://www.anaconda.com/distribution/#download-section )
  2. Ausführen von „Anaconda Prompt“
  3. Befehl 01: conda install -c conda-forge tensorflow

Funktionstest

  1. Ausführen von „Anaconda Prompt“
  2. Befehl -> „python“
  3. Befehl -> „import tensorflow as tf“
  4. Befehl -> „hello = tf.constant(‚hello tensor‘)“
  5. Befehl -> „sess = tf.Session()“
  6. Befehl -> „print(sess.run(hello))“

Wenn keine Fehler sichtbar werden, hat die Installation funktioniert.

Schreibe einen Kommentar