LoginSignup
0
0

More than 5 years have passed since last update.

install memo #1 conda

Posted at

Deeplearning
conda install caffe tensorflow chainer
conda install cudnn cupy
conda install pillow opencv
conda install pytorch torchvision

conda環境切替
https://qiita.com/yampy/items/4e89cd97179bbd20f726
conda env list
source activate base
source deactivate
conda create -n py27 python=2.7

https://github.com/chainer/chainercv
pip install -U numpy
pip install chainercv

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0