LoginSignup
1
0

More than 3 years have passed since last update.

Install pytorch (include caffe2) on Windows Anaconda

Posted at

conda create -n pytorch python=3.6
conda activate pytorch
conda install pytorch torchvision cudatoolkit=10.0 -c pytorch
conda install -c conda-forge protobuf
pip install onnx
conda install future
pip install git+https://github.com/apple/coremltools
pip install winmltools
pip install environment_kernels
conda install ipykernel
conda install matplotlib
conda install opencv
conda install scikit-image
conda install -c conda-forge ffmpeg

1
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
1
0