08 2020 档案
摘要:下载最新的anaconda3 https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ 先看看rdkit的版本 https://anaconda.org/rdkit/rdkit/files?page=1 发现截止到2020 8月底,仍然只有py3.
阅读全文
摘要:L1Loss MSELoss 都没问题,但是 HingeEmbeddingLoss 却总报错 说不能求梯度 #criterion = nn.MSELoss()#criterion = nn.L1Loss()criterion = nn.HingeEmbeddingLoss() https://pyt
阅读全文
摘要:https://pytorch-geometric.readthedocs.io/en/latest/ https://github.com/rusty1s/pytorch_geometric pip install torch-scatter==latest+cu102 -f https://py
阅读全文
摘要:直接网络版安装,不用去msdn下iso了 https://visualstudio.microsoft.com/zh-hans/ 选择C#桌面开发和C++桌面开发。不然MSbuild之类都不全。 大概下载2G多,安装好11G……
阅读全文
摘要:我的老准系统P150EM 3940XM+ 980M,本来装的是win server2012R2用来游戏,网银,现在用来做点正事。学一学pytorch 目前20200815,pytorch最高只支持到 cuda10.2: https://pytorch.org/ 1下载安装vs2019 cuda还都是
阅读全文
摘要:老机器,老显卡了。 但是980M是的硬件ID是特制的,需要修改,官网驱动说找不到硬件之类,无法安装 最近为了学pytorch,安装cuda10 重装系统。重新回忆一遍。 蓝天这个980M,在设备管理器里查看的硬件ID是 PCI\VEN_10DE&DEV_13D7&SUBSYS_71021558&RE
阅读全文