上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 338 下一页
摘要: 转载:https://blog.csdn.net/weixin_44654338/article/details/127444877 通过进入Power小机液晶控制面板上的功能30, 就能读出HMC端口的IP地址。 具体步骤如下: a. 为服务器接通电源,直到控制面板上的显示不再变化,且电源指示灯缓 阅读全文
posted @ 2023-05-09 23:15 emanlee 阅读(289) 评论(0) 推荐(0)
摘要: 以下(以上)内容来自(参考): https://www.bilibili.com/video/BV1Di4y1c7Zm?p=2&vd_source=6292df769fba3b00eb2ff1859b99d79e import numpy as np def getPositionEncoding( 阅读全文
posted @ 2023-05-09 22:25 emanlee 阅读(134) 评论(0) 推荐(0)
摘要: 转自:http://blog.chinaunix.net/uid-22759617-id-3456302.html IBM P5小型机内存缺失问题处理方法总结 p55A机器有2G的内存无法检测出来。机器型号:9133-55A<1>联系前方找一根网线,一头连接55A小型机后端的HMC1口,一头连接电脑 阅读全文
posted @ 2023-05-09 08:30 emanlee 阅读(82) 评论(0) 推荐(0)
摘要: https://www.renrendoc.com/paper/175507929.html 阅读全文
posted @ 2023-05-08 20:18 emanlee 阅读(113) 评论(0) 推荐(0)
摘要: 「注意力机制」更像是一种方法论。没有严格的数学定义,而是根据具体任务目标,对关注的方向和加权模型进行调整。 简单的理解就是,在神经网络的隐藏层,增加「注意力机制」的加权,使不符合注意力模型的内容弱化或者遗忘。 从Attention的作用角度出发,我们就可以从两个角度来分类Attention种类:Sp 阅读全文
posted @ 2023-05-06 14:40 emanlee 阅读(522) 评论(0) 推荐(0)
摘要: jupyter notebook 保存内存对象 %store foo >>a.txt I think Dill answers your question well. pip install dill Save a Notebook session: import dill dill.dump_se 阅读全文
posted @ 2023-05-04 00:12 emanlee 阅读(62) 评论(0) 推荐(0)
摘要: jupyter notebook 运行结束声音提醒 from IPython.display import Audio, display display(Audio(url='https://www.feffery.club/success.mp3', autoplay=True)) from IP 阅读全文
posted @ 2023-05-04 00:09 emanlee 阅读(163) 评论(0) 推荐(0)
摘要: 最常见的组蛋白修饰及发现位置 参考资料: https://www.abcam.cn/epigenetics/histone-modifications-2 https://www.abcam.com/epigenetics/histone-modifications https://www.acti 阅读全文
posted @ 2023-05-03 22:08 emanlee 阅读(133) 评论(0) 推荐(0)
摘要: STARR-seq peak calling STARRPeaker 输出文件的格式 Final Peak Call Format (up to v1.0; BED6+4) Column 1: Chromosome Column 2: Start position Column 3: End pos 阅读全文
posted @ 2023-05-03 17:43 emanlee 阅读(1087) 评论(0) 推荐(0)
摘要: RuntimeError Traceback (most recent call last) RuntimeError: module compiled against API version 0x10 but this version of numpy is 0xd . Check the sec 阅读全文
posted @ 2023-05-03 16:58 emanlee 阅读(910) 评论(0) 推荐(0)
上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 338 下一页