进入Anaconda Prompt后,依次输入:
(base) C:\Users\LAB>python
import tensorflow as tf
tf.version
即可
exit()
(base) C:\Users\LAB>
通过 exit() 可回到
(base) C:\Users\LAB>
状态
进入Anaconda Prompt后,依次输入:
(base) C:\Users\LAB>python
import tensorflow as tf
tf.version
即可
exit()
(base) C:\Users\LAB>
通过 exit() 可回到
(base) C:\Users\LAB>
状态