当前位置:网站首页>Installing pytorch geometric
Installing pytorch geometric
2022-06-13 01:42:00 【lainegates】
I searched the Internet for a long time , Finally found , The best way , It is recommended by the official website , use conda Configuration environment .
1. install anaconda, And create a virtual environment
Reference resources Use anaconda install pytorch, And configuration vscode
install anaconda after ,pytorch Latest available .
conda create -n pytorch python=3.8 # Create a new virtual environment , Least problem
2. install pytorch The latest version
Install the latest pytorch Stable version , Official website - Installation guide page
conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch
3. install pytorch-geometric
Use conda Configure all at once , Include pytorhc-torch-cluster/torch-geometric / torch-scatter / torch-sparse / torch-spline-conv, Official statement
conda install pyg -c pyg -c conda-forge
4. Install visualizer
install tensorboard And configuration tools
conda install tensorboard tensorboard-data-server tensorboard-plugin-wit
other ( If you use Pip)
Use pip install ,pip Will also try to match the version , But download each version , Try installing locally , Author installation pytorch-cluster when , Even compiled log, And it didn't compile successfully .
The following errors may occur .
AttributeError: ‘NoneType‘ object has no attribute ‘origin‘ terms of settlement ( install geometric Report errors )
Multiple failures , You may need to manually download different wheel,wheel Download list
边栏推荐
- redis
- #pragma comment(lib,“urlmon.lib“)
- Golang learning essay
- Cmake has no obvious error after compilation, but prompts that pthread cannot be found
- Leetcode question brushing 03 stack
- QT color extraction
- Note: common gadgets in project architecture
- 路径字段是什么? ——竞价广告
- Tweets movement description and chart display
- Large end storage and small end storage
猜你喜欢
随机推荐
关于tkinter.Canvas 不显示图片的问题
#pragma comment(lib,“urlmon.lib“)
Detailed explanation of audience characteristics
About tkinter Canvas does not display pictures
Detailed explanation of deep learning parameter adjustment skills
Plumber game
This of phaser3 add. sprite
Server installation jupyterab and remote login configuration
Super complete regular expressions
Redis usage optimization summary learning
Tweens of phaser3
MySQL - use field alias after where
The interviewer only asked me five questions and the interview was over
Startup, connection and stop of MySQL service
Introduction to common ROS commands
三、上传织物图片至SQL Server并提供name进行展示织物照片
Work and life
Temporary objects and compilation optimization
ES6 deconstruction assignment
csdn涨薪技术之Jmeter接口测试数据库断言的实现与设计









