上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 341 下一页
摘要: 2015年深度学习领域非常棒的一篇文献:《Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift》,这个算法目前已经被大量的应用,最新的文献算法很多都会引用这个算法,进行 阅读全文
posted @ 2023-10-10 19:59 emanlee 阅读(162) 评论(0) 推荐(0)
摘要: NotImplementedError Traceback (most recent call last) Cell In[10], line 5 3 s = pybedtools.BedTool(args.starrseq[0]).filter(lambda x: float(x[9]) > 1. 阅读全文
posted @ 2023-10-10 19:58 emanlee 阅读(321) 评论(0) 推荐(0)
摘要: pip install jupyter_contrib_nbextensions jupyter contrib nbextension install --user jupyter nbextension enable execute_time/Exec pip install jupyter_n 阅读全文
posted @ 2023-10-10 19:58 emanlee 阅读(786) 评论(0) 推荐(0)
摘要: ERROR: Could not install packages due to an OSError: [Errno 2] 没有那个文件或目录: '/home/software/anaconda3/envs/mydlenv/lib/python3.8/site-packages/fastjsons 阅读全文
posted @ 2023-10-10 19:57 emanlee 阅读(220) 评论(0) 推荐(0)
摘要: ImportError: cannot import name 'write_connection_file' from 'jupyter_client' (/home/software/anaconda3/envs/mydlenv/lib/python3.8/site-packages/jupyt 阅读全文
posted @ 2023-10-10 19:57 emanlee 阅读(546) 评论(0) 推荐(0)
摘要: jupyter, jupyter notebook, python, virtual-env, kernal 这些之间的各种关系是什么?为什么启动 jupyter notebook 会调用特别复杂? Jupyter(Lab/Server/Notebook) “dynamically” creates 阅读全文
posted @ 2023-10-10 19:57 emanlee 阅读(211) 评论(0) 推荐(0)
摘要: pybigwig 安装和使用 pyBigWig是用C编写的调用libBigWig库的python扩展,可以快速访问和处理bigBed和bigWig文件。 安装 pip install pybigwig 调用 import pyBigWig 读取和写入文件 pyBigWig.open #本地文件 bw 阅读全文
posted @ 2023-10-10 19:57 emanlee 阅读(668) 评论(0) 推荐(0)
摘要: 持续监控GPU使用情况命令: watch -n 10 nvidia-smi 参数解释: Fan:显示风扇转速,数值在0到100%之间,是计算机的期望转速,如果计算机不是通过风扇冷却或者风扇坏了,显示出来就是N/A; Temp:显卡内部的温度,单位是摄氏度; Perf:表征性能状态,从P0到P12,P 阅读全文
posted @ 2023-10-10 19:57 emanlee 阅读(203) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_44322234/article/details/110051592 https://www.it1352.com/2751337.html 每当你创建一个新的 notebook 时,都会创建一个检查点文件以及你的 notebook 文件;它 阅读全文
posted @ 2023-10-10 19:56 emanlee 阅读(1277) 评论(0) 推荐(0)
摘要: 验证docker是否安装成功 (base) [root@ibiomed pigenhancer]# systemctl start docker您在 /var/spool/mail/root 中有邮件(base) [root@ibiomed pigenhancer]# docker run hell 阅读全文
posted @ 2023-10-09 22:35 emanlee 阅读(242) 评论(0) 推荐(0)
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 341 下一页