上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 338 下一页
摘要: https://developer.nvidia.com/rdp/cudnn-download cuda 多版本切换在安装了多个版本的cuda之后可以在​​/usr/local​​下看到已安装的多个版本,如:​​cuda-8.0​​ ​​cuda-10.0​​等。还会看到一个名为​​cuda​​的文 阅读全文
posted @ 2023-10-09 22:27 emanlee 阅读(433) 评论(0) 推荐(0)
摘要: https://master--floydhub-docs.netlify.app/guides/environments/ Environments Below is the list of Deep Learning environments supported by FloydHub. Any 阅读全文
posted @ 2023-10-09 22:27 emanlee 阅读(99) 评论(0) 推荐(0)
摘要: TypeError Traceback (most recent call last) /tmp/ipykernel_14395/3700018132.py in <module> 5 class_weights = class_weight.compute_class_weight('balanc 阅读全文
posted @ 2023-10-09 22:27 emanlee 阅读(235) 评论(0) 推荐(0)
摘要: Gradient-weighted Class Activation Mapping (Grad-CAM) 通过Grad-CAM我们能够绘制出如下的热力图(对应给定类别,网络到底关注哪些区域)。Grad-CAM(Gradient-weighted Class Activation Mapping)是 阅读全文
posted @ 2023-10-09 22:26 emanlee 阅读(1762) 评论(0) 推荐(0)
摘要: 有些包安装的名字和使用的名字不一致。 pip install cv2 pip install opencv-python Successfully installed opencv-python-4.7.0.68 import cv2 阅读全文
posted @ 2023-10-09 22:26 emanlee 阅读(29) 评论(0) 推荐(0)
摘要: Traceback (most recent call last): File "/home/software/anaconda3/envs/bert_env/lib/python3.7/site-packages/autosklearn/automl.py", line 634, in fit s 阅读全文
posted @ 2023-10-08 17:50 emanlee 阅读(37) 评论(0) 推荐(0)
摘要: 在 UCSC Genome Browser 中进行的操作都会保存在当前的URL (浏览器中输入网址信息的输入框中的文本)中,可以分享给别人打开查看。 UCSC Genome Browser Gateway:https://genome.ucsc.edu/cgi-bin/hgGateway https 阅读全文
posted @ 2023-10-08 09:29 emanlee 阅读(715) 评论(0) 推荐(0)
摘要: http://mitra.stanford.edu/kundaje/akundaje/release/blacklists/hg38-human/hg38.blacklist.bed.gz 黑名单:顾名思义,就是有问题的区域!具体怎么定义,包含哪些信息呢?咱来详细唠一唠: 在The ENCODE B 阅读全文
posted @ 2023-10-08 09:29 emanlee 阅读(701) 评论(0) 推荐(0)
摘要: 关于关闭浏览器选项卡后保持 Jupyter notebook 运行 最简单的解决方法似乎是 内置单元魔法 %%capture: %%capture output # Time-consuming code here 保存,关闭标签,稍后回来.输出现在存储在 output 变量中: output.sh 阅读全文
posted @ 2023-10-08 09:28 emanlee 阅读(1566) 评论(0) 推荐(0)
摘要: shape[-1] 首先需要知道,对于二维张量,shape[0] 代表行数,shape[1] 代表列数,同理,三维张量还有 shape[2]; 一般来说 -1 代表最后一个,所以shape[-1]代表最后一个维度,如在二维张量里,shape[-1]表示列数,注意,即使是一维行向量,shape[-1] 阅读全文
posted @ 2023-10-08 09:27 emanlee 阅读(554) 评论(0) 推荐(0)
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 338 下一页