摘要:
pip install transformers==4.28.1 下载pyyaml>=5.1时候遇到网络问题下载不下来 pip pyyaml==5.3 -i https://pypi.tuna.tsinghua.edu.cn/simple pip install transformers==4.28 阅读全文
摘要:
见: https://blog.csdn.net/weixin_35653315/article/details/72886718 阅读全文
摘要:
https://blog.csdn.net/weixin_40746796/article/details/90262646?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault% 阅读全文
摘要:
一、创建新项目 https://www.jianshu.com/p/8189ed4edf98 二、拉取线上分支开发 https://blog.csdn.net/QH_JAVA/article/details/77760499?spm=1001.2101.3001.6650.1&utm_medium= 阅读全文
摘要:
一、line模型是怎么训练的 论文链接:http://de.arxiv.org/pdf/1503.03578 用北京大学的一个:https://github.com/tangjianpku/LINE /data/mllibs/LINE/linux/myline -train /data/static 阅读全文
摘要:
一、向量检索工具annoy(还有KD-tree、Faiss) from annoy import AnnoyIndex 注意:AnnoyIndex中add_item加入的是item的idx 怎么构建annoy索引 1. from annoy_embedding import annoy_ir aiu 阅读全文
摘要:
一、参考资料 (1)github代码 (2)详解transformer https://zhuanlan.zhihu.com/p/48508221 https://jalammar.github.io/illustrated-transformer/ (3)transformer位置向量是什么 ht 阅读全文
摘要:
一、学习资料 1.github代码 pytorch-deepfm https://github.com/chenxijun1029/DeepFM_with_PyTorch 2.理论 https://blog.csdn.net/john_xyz/article/details/78933253 3.王 阅读全文
摘要:
一、参考资料 (1)斯坦福224n课堂笔记 https://web.stanford.edu/class/archive/cs/cs224n/cs224n.1214/ (2)github代码 这个是skip-gram的 https://github.com/Adoni/word2vec_pytorc 阅读全文
摘要:
一、安装anaconda 1.清华镜像下载anaconda。下载64位的,之前下载32位的出现安装pytorch找不到包 https://blog.csdn.net/qq_39594033/article/details/107201212/ 2.notebook新增kernel conda act 阅读全文