上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页
摘要: 下载最新的anaconda3 https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ 先看看rdkit的版本 https://anaconda.org/rdkit/rdkit/files?page=1 发现截止到2020 8月底,仍然只有py3. 阅读全文
posted @ 2020-08-23 15:13 永远的幻想 阅读(450) 评论(0) 推荐(0) 编辑
摘要: L1Loss MSELoss 都没问题,但是 HingeEmbeddingLoss 却总报错 说不能求梯度 #criterion = nn.MSELoss()#criterion = nn.L1Loss()criterion = nn.HingeEmbeddingLoss() https://pyt 阅读全文
posted @ 2020-08-17 20:57 永远的幻想 阅读(1493) 评论(0) 推荐(0) 编辑
摘要: https://pytorch-geometric.readthedocs.io/en/latest/ https://github.com/rusty1s/pytorch_geometric pip install torch-scatter==latest+cu102 -f https://py 阅读全文
posted @ 2020-08-15 16:22 永远的幻想 阅读(2514) 评论(0) 推荐(1) 编辑
摘要: 直接网络版安装,不用去msdn下iso了 https://visualstudio.microsoft.com/zh-hans/ 选择C#桌面开发和C++桌面开发。不然MSbuild之类都不全。 大概下载2G多,安装好11G…… 阅读全文
posted @ 2020-08-15 11:36 永远的幻想 阅读(498) 评论(0) 推荐(0) 编辑
摘要: 我的老准系统P150EM 3940XM+ 980M,本来装的是win server2012R2用来游戏,网银,现在用来做点正事。学一学pytorch 目前20200815,pytorch最高只支持到 cuda10.2: https://pytorch.org/ 1下载安装vs2019 cuda还都是 阅读全文
posted @ 2020-08-15 11:01 永远的幻想 阅读(1037) 评论(0) 推荐(0) 编辑
摘要: 老机器,老显卡了。 但是980M是的硬件ID是特制的,需要修改,官网驱动说找不到硬件之类,无法安装 最近为了学pytorch,安装cuda10 重装系统。重新回忆一遍。 蓝天这个980M,在设备管理器里查看的硬件ID是 PCI\VEN_10DE&DEV_13D7&SUBSYS_71021558&RE 阅读全文
posted @ 2020-08-15 10:29 永远的幻想 阅读(4447) 评论(0) 推荐(0) 编辑
摘要: 直接安装完事 sudo apt-get install libfftw3-dev 手动安装的,在编译imagemagick时有问题 暂时放弃 http://www.fftw.org/download.html wget http://www.fftw.org/fftw-3.3.8.tar.gz ta 阅读全文
posted @ 2020-07-25 10:30 永远的幻想 阅读(7796) 评论(0) 推荐(0) 编辑
摘要: https://imagemagick.org/script/install-source.php sudo apt install -y libltdl-dev,graphviz,libpng-dev,libfftw3-dev git clone git@github.com:ImageMagic 阅读全文
posted @ 2020-07-25 10:06 永远的幻想 阅读(2124) 评论(0) 推荐(0) 编辑
摘要: 自己感觉学习reactiveX rxjs 的operator,最好的方法不是 读文档https://rxjs.dev/guide/overview、 读书https://book.douban.com/subject/30217949/、 甚至不是示例代码: 而是看图! https://rxmarb 阅读全文
posted @ 2020-07-06 10:29 永远的幻想 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 一 安装 https://code.visualstudio.com/docs/setup/linux curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg sudo instal 阅读全文
posted @ 2020-07-03 07:52 永远的幻想 阅读(778) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页