Installez Pytorch sur Blender 2.90 python sous Windows

En gros, ce n'est pas très différent de l'installation sur Blender 2.8x. Je pensais qu'il ne serait pas possible de l'installer en 2.90, mais c'était plus facile que prévu. Je n'ai pas beaucoup d'informations, mais je vais en prendre note.

supposition

Blender est supposé être installé dans C: \ Program Files \ Blender Foundation. On suppose que les pilotes CUDA et GPU sont déjà installés.

procédure

  1. Ouvrez PowerShell ** avec des privilèges d'administrateur **.
  2. Mettez à niveau pip.
  3. Installez pytorch.

Seulement ça.

.powershell


> cd C:\Program Files\Blender Foundation\Blender 2.90\2.90\python\bin

> ./python -m pip install --upgrade pip
Collecting pip
  Downloading https://files.pythonhosted.org/packages/cb/28/91f26bd088ce8e22169032100d4260614fc3da435025ff389ef1d396a433/pip-20.2.4-py2.py3-none-any.whl (1.5MB)
     |████████████████████████████████| 1.5MB 1.1MB/s
Installing collected packages: pip
  Found existing installation: pip 19.2.3
    Uninstalling pip-19.2.3:
      Successfully uninstalled pip-19.2.3
Successfully installed pip-20.2.4

> ./python -m pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html
Looking in links: https://download.pytorch.org/whl/torch_stable.html
Collecting torch==1.6.0+cu101
  Downloading https://download.pytorch.org/whl/cu101/torch-1.6.0%2Bcu101-cp37-cp37m-win_amd64.whl (1021.6 MB)
     |████████████████████████████████| 1021.6 MB 750 bytes/s
...
Successfully installed future-0.18.2 pillow-8.0.0 torch-1.6.0+cu101 torchvision-0.7.0+cu101
>

Pour installer Pytorch, copiez et collez simplement la version CUDA etc. de la page officielle comme d'habitude.

image.png

De plus, utilisez pip pour ajouter les éléments nécessaires tels que matplotlib.

.powershell


> ./python -m pip install matplotlib            
Collecting matplotlib
  Downloading matplotlib-3.3.2-cp37-cp37m-win_amd64.whl (8.5 MB)
     |████████████████████████████████| 8.5 MB 1.3 MB/s
...
Successfully installed certifi-2020.6.20 cycler-0.10.0 kiwisolver-1.2.0 matplotlib-3.3.2 pyparsing-2.4.7 python-dateutil-2.8.1 six-1.15.0

Testé avec la console python de Blender

S'il est installé avec succès, vous pouvez exécuter import torch dans la console python de Blender.

image.png

Au fait, lorsque j'ai essayé d'exécuter pytorch_example / mnist / main.py, j'ai eu une erreur disant que je n'ai pas l'autorisation d'accès. Cela peut être évité en exécutant Blender avec des privilèges d'administrateur. Vous pouvez également contourner ce problème en installant Blender dans un dossier auquel vous pouvez accéder.

Recommended Posts

Installez Pytorch sur Blender 2.90 python sous Windows
Installez python sur Windows
Installer watchdog sur Windows + Python 3.3
[Python] [Chainer] [Windows] Installer Chainer sous Windows
Python sur Windows
Installez xgboost (version python) sur Windows
Installez Python sur Windows + pip + virtualenv
Installer l'environnement de développement Python sur Windows 10
[Kivy] Comment installer Kivy sur Windows [Python]
Installez Python sur Pidora.
Installez Scrapy sur python3
Installez Python sur Mac
Installer Python 3 dans un environnement Mac
Installez Python3.4 sur CentOS 6.6
Installez Anaconda sur Windows 10
python basic ② sous windows
Installez pycuda sur Windows10
Conseils d'installation de Python PyTorch
Installez Python 2.7.3 sur CentOS 5.4
Installez pygraphviz sur Windows 10
Installez Python 3.3 sur Ubuntu 12.04
Installez Chainer 1.5.0 sur Windows
Installez Python 3.4 sur Mac
Installez Python 3.6 sur Docker
Installez Python (pour Windows)
Installez et exécutez Python3.5 + NumPy + SciPy sur Windows 10
Installez Python3, numpy, pandas, matplotlib, etc. sous Windows
Installez OpenCV 4.0 et Python 3.7 sur Windows 10 avec Anaconda
[Python] Comment installer OpenCV sur Anaconda [Windows]
Installez la version ZIP Python et pip sur Windows 10
Installez Numpy dans virtualenv sur Windows
Activer Python virtualenv sous Windows
Exécutez Openpose sur Python (Windows)
Comment installer Python [Windows]
Installez Win-Kex (kali-linux) sur Windows 10.
Installer pygame sur python3.4 sur Mac
Windows10: installation de la bibliothèque dlib pour python
Installez cvxpy sur Windows, Anaconda
Développement Python + Kivy sous Windows
Installez Python 3.8 sur CentOS 7 (SCL)
Sphinx-autobuild (0.5.2) sous Windows7, Python 3.5.1, Sphinx 1.3.5
Installation de Python la plus rapide sous Windows
Créer un environnement Python sur Windows
Installez pandas 0.14 sur python3.4 [sur Mac]
Installez OpenCV sur Ubuntu + python
Installez Chainer 1.6 (GPU) sur Windows 7.
Construire un environnement Python avec Windows
Python --Installez MySQLDB sur EC2
Installez Python 3.8 sur CentOS 8 (AppStream)
J'ai exécuté python sur Windows
Installation de Python en 2 lignes @Windows
Utiliser Python sur Windows (PyCharm)
Installer dlib pour Python (Windows)
[Windows] [Python3] Installer python3 et Jupyter Notebook (anciennement ipython notebook) sous Windows
Installation de Bash sur Ubuntu sous Windows, Ruby, Python, Jupyter, etc.
Pour ceux qui ne peuvent pas installer Python sur Windows XP
Installez Python Pillow sur Amazon Linux
Installer pytorch
Installez Python 3.8 sur Ubuntu 18.04 (norme du système d'exploitation)
Python 3.6 sous Windows ... et vers Xamarin.
Installation de Kivy sur Windows10 64 bits Python3.5