摘要: Reference 模型广场: https://bailian.console.aliyun.com/model-market#/model-market 模型简介: https://help.aliyun.com/document_detail/2713153.html 通义千问SFT数据准备:h 阅读全文
posted @ 2024-05-20 18:11 澄轶 阅读(86) 评论(0) 推荐(0) 编辑
摘要: PLE-实践小结-2308-cnblogs #### 某场景介绍 - 前状:三模型,权重融合 - 解决问题:融合目标行为,充分利用样本信息,节省资源开销。 #### 当前效果 - 主场景人均真实曝光+0.26%,不显著;子场景人均真实曝光+0.35%,不显著 - 千曝互动+2.65%,显著;千曝互动uv+1.80%,显著;人均互动+0.87% 阅读全文
posted @ 2023-08-02 17:19 澄轶 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 先说结论 tf.feature_column.input_layer()的api,会对传入的feature_columns进行排序,并不是按照输入顺序进行组织,排序依据基于feature_column的name(tf生成的,类似于'u_wu211_indicator', 'u_wu215_indic 阅读全文
posted @ 2022-08-15 11:57 澄轶 阅读(731) 评论(0) 推荐(0) 编辑
摘要: 博主牛逼,作者牛逼 自取:https://zhile.io/2021/11/29/ja-netfilter-javaagent-lib.html gitee:https://gitee.com/ja-netfilter/ja-netfilter/releases 阅读全文
posted @ 2022-06-15 21:07 澄轶 阅读(113) 评论(0) 推荐(0) 编辑
摘要: don't be shy to use reshape 阅读全文
posted @ 2022-04-02 18:26 澄轶 阅读(44) 评论(0) 推荐(0) 编辑
摘要: reference https://www.cnblogs.com/erlou96/p/13564191.html data-demo 2015-03,2015-03-10,cookie1 2015-03,2015-03-10,cookie5 2015-03,2015-03-12,cookie7 2 阅读全文
posted @ 2022-03-22 17:19 澄轶 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 问题描述 安装过程 conda create -n conda-forge-tensorflow conda-forge::tensorflow conda info -e conda activate conda-forge-tensorflow pip install ipython pytho 阅读全文
posted @ 2022-03-16 20:24 澄轶 阅读(1057) 评论(0) 推荐(0) 编辑
摘要: 简易版 How to Remove Microsoft AutoUpdate from MacOS sudo rm -rf /Library/Application\ Support/Microsoft/Microsoft\ AutoUpdate.app OR sudo chmod -R 000 / 阅读全文
posted @ 2021-12-31 15:38 澄轶 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 描述 Mac M1,IDEA 2017 有部分兼容性问题,遂对IDEA进行升级 idea 升级2021(IntelliJ IDEA 2021.3 (Community Edition)) 打开新工程,默认在当前窗口打开新tab。 在Preferences | Appearance & Behavio 阅读全文
posted @ 2021-12-21 16:37 澄轶 阅读(2220) 评论(0) 推荐(0) 编辑
摘要: alias alias wser='sh /Users/enzhao/suanec/libs/envs/start_HTTPServer.sh' /Users/enzhao/suanec/libs/envs/start_HTTPServer.sh TARGET_FILE_NAME=$1 PYTHON 阅读全文
posted @ 2021-12-14 12:21 澄轶 阅读(67) 评论(0) 推荐(0) 编辑