07 2022 档案

摘要:安装 设置Key Setup the package repository and the GPG key distribution=(./etc/osrelease;echoID$VERSION_ID) \ && curl -fsSL https://nvidia.github.io/l 阅读全文
posted @ 2022-07-30 22:06 漫漫长夜何时休 阅读(735) 评论(0) 推荐(0) 编辑
摘要:简介 知识图谱嵌入(Knowledge Graph Embedding,KGE)模型中最常用的几个指标:MRR,MR,HITS@1,HITS@3,HITS@10. MRR(Mean Reciprocal Ranking) 其中S是三元组集合,|S|是三元组集合个数, ranki是指第$ 阅读全文
posted @ 2022-07-21 08:24 漫漫长夜何时休 阅读(5198) 评论(0) 推荐(0) 编辑
摘要:项目结构 包名需要以 test 开头 python 文件需要以 test_ 开头 例如 测试类以 Test 开头(需要继承 unittest.TestCase 类),内部的测试函数以 test 开头命名 常用函数 setUpClass 和 tearDownClass 分别用于测试类的开头和结尾要执行 阅读全文
posted @ 2022-07-16 22:40 漫漫长夜何时休 阅读(91) 评论(1) 推荐(0) 编辑
摘要:import os import logging class Logger: def __init__(self, save_path: str, mode: str = 'w', logger_name: str = ''): assert mode == 'w' or mode == 'a', 阅读全文
posted @ 2022-07-14 12:38 漫漫长夜何时休 阅读(135) 评论(0) 推荐(0) 编辑
摘要:符号 | 大写 | 小写 | 英文注音 | 国际音标注音 | | | | | | | Α | α | alpha | alfa | | Β | β | beta | beta | | Γ | γ | gamma | gamma | | Δ | δ | deta | delta | | Ε | ε | 阅读全文
posted @ 2022-07-13 16:31 漫漫长夜何时休 阅读(598) 评论(0) 推荐(0) 编辑
摘要:## 下载 [国内源下载-miniconda](https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/) 或 [国内源下载-anaconda](https://mirrors.tuna.tsinghua.edu.cn/anaconda/arc 阅读全文
posted @ 2022-07-09 23:08 漫漫长夜何时休 阅读(41) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-07-08 20:48 漫漫长夜何时休 阅读(0) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示