conda info --env
conda create -n py36 python=3.6
conda activate TensorFlow
conda remove -n py36 --all
其中TensorFlow为要激活的环境名。
pip install tensorflow
pip install matplotlib
run 'pip install opencv-python' if you need only main modules
run 'pip install opencv-contrib-python' if you need both main and contrib modules
pip install -U wxPython
tensorflow为要安装的包。
pip list
Ctrl+c
tensorboard --logdir=
目录定位到日期
打不开的话就把http://LAPTOP-DB0IEM24:6006中LAPTOP-DB0IEM24换成localhost
conda create -n env_name python=3.7