上一页 1 2 3 4 5 6 ··· 13 下一页
摘要: http://pansanday.blog.163.com/blog/static/381662802012727103454743/ 1、maven 1.1 安装 参考: https://www.cnblogs.com/liuhongfeng/p/5057827.html mac:https:// 阅读全文
posted @ 2022-10-09 18:34 chease 阅读(160) 评论(0) 推荐(0)
摘要: Prompt 定义: Prompt is the technique of making better use of the knowledge from the pre-trained model by adding additional texts to the input. Prompt 是一 阅读全文
posted @ 2022-08-05 18:43 chease 阅读(124) 评论(0) 推荐(0)
摘要: 纲要 全局:把握全局,提高效率 关键人物:jz、cr,打出影响力 判断事情要有基本原则,比如判断行业的各个业务时:特色原则 or 大招原则 个人能力:搜推知识面、深度 学习:习惯,固定时间 心学: 既是世界观又是方法论 核心理论:心即理;致良知(事上磨);知行合一 资料:https://www.cc 阅读全文
posted @ 2022-05-13 10:17 chease 阅读(93) 评论(0) 推荐(0)
摘要: 1.1、字符串与json之间的转换 str转json,通过json.loads进行转换 import json str = '{"key": "wwww", "word": "qqqq"}' j = json.loads(str) print(j) 1.2、json数组字符串与json 数组之间的转 阅读全文
posted @ 2022-03-08 18:50 chease 阅读(56) 评论(0) 推荐(0)
摘要: 1、tensorflow tf.string_to_hash_bucket() https://blog.csdn.net/pearl8899/article/details/107958334 2、python import hashlib id='test' bucket_size=4096 i 阅读全文
posted @ 2021-10-29 15:13 chease 阅读(365) 评论(0) 推荐(0)
摘要: #!/usr/bin/python # coding: utf-8 import datetime ####### 字符串转日期,并增减计算 ######## behaviour_begin_date = '20210701' dt = datetime.datetime.strptime(beha 阅读全文
posted @ 2021-10-13 14:09 chease 阅读(32) 评论(0) 推荐(0)
摘要: 1、trans_array实现 select b1.item_id, b2.product_info from( select product_id as product_list from table_1 where product_id is not null and length(produc 阅读全文
posted @ 2021-10-12 18:25 chease 阅读(394) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/TeFuirnever/article/details/88880350 https://blog.csdn.net/shuzfan/article/details/79051042 获取tensor shape共有三中方式:x.shape、x.get_s 阅读全文
posted @ 2021-10-09 19:26 chease 阅读(1488) 评论(0) 推荐(0)
摘要: 参考文档:Docker--从入门到实践 https://yeasy.gitbook.io/docker_practice/image/build 阅读全文
posted @ 2021-09-26 11:27 chease 阅读(14) 评论(0) 推荐(0)
摘要: GPT对比GPT-2:https://zhuanlan.zhihu.com/p/96791725 Pytorch——GPT-2 预训练模型及文本生成:https://www.cnblogs.com/wwj99/p/12503545.html 训练目标 图解 GPT-2:https://zhuanla 阅读全文
posted @ 2021-07-05 15:44 chease 阅读(435) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 13 下一页