Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 263 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 263 Bytes

Something

Tensorflow Install in Anaconda environment

(base) C:....... pip install tensorflow (note: part in administrator)

Tensorflow version check

import tensorflow as tf

print(tf.version)

CONDA ENV REMOVE COMMAND

conda env remove -n VersionTry