图神经网络学习模型,用于利用DNA甲基化数据进行精确的多肿瘤早期诊断
运行环境
Linux环境,Python 3
需要以下软件包:numpy,pandas,collections,pytorch,torch_geometirc,seaborn
必须将torch_geometric创建的数据集保存在名为“已处理”的目录中
安装
pip install numpy
pip install pandas
pip install collections
pip install seaborn
在安装pytorch时,应该匹配pytorch,torchvision,cuda和cudnn的版本。 这是我的安装命令作为参考。
conda install pytorch==1.5.0 torchvision==0.6.0 cudatoolkit=10.2 -c pytorch
torch_geome
2021-07-04 16:22:40
22.13MB
Python
1