摘要:
Suppose you are working with images. An image is represented as a matrix of values. Each value is a feature that is numerical, that is, values 5 and 1 阅读全文
摘要:
rdkit有一个很炫酷的功能,那就是能可视化显示两个分子的相似性。 以下面两个分子为例: 计算相似度 from rdkit import Chem from rdkit.Chem import AllChem, DataStructs from rdkit.Chem.Fraggle import F 阅读全文
摘要:
在计算集群提交任务时使用到了GPU,提示如下错误: The NVIDIA driver on your system is too old (found version 9000). Please update your GPU driver by downloading and installin 阅读全文