上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页
摘要: ## 作用 根据特征的组合进行分类 大大减少特征位置对分类带来的影响 ### 减少特征位置对分类带来的影响 **就是它把特征representation整合到一起,输出为一个值** **这样做,有一个什么好处?** **就是大大减少特征位置对分类带来的影响** ![image](https://im 阅读全文
posted @ 2023-05-25 11:28 辛宣 阅读(78) 评论(0) 推荐(0)
摘要: ### 2016下半年(问题解决) ![image](https://img2023.cnblogs.com/blog/1543912/202305/1543912-20230524164730144-1791772694.png) In the contemporary world, ______ 阅读全文
posted @ 2023-05-24 16:48 辛宣 阅读(185) 评论(0) 推荐(0)
摘要: ### 六级作文题目汇总 2016上半年:议论文:现象解释 living in the virtual world. Try to imagine what will happen when people spend more and more time in the virtual world i 阅读全文
posted @ 2023-05-24 16:29 辛宣 阅读(3368) 评论(0) 推荐(0)
摘要: ### 第二段和第三段: #### ◆第二段 ① These figures present a phenomenon that 主题(一句话). 【贴士1】主题最好写一句话,可以用句型:it is important for us that....,或者people pay more attent 阅读全文
posted @ 2023-05-24 15:34 辛宣 阅读(64) 评论(0) 推荐(0)
摘要: ``` earth-forecasting-transformer/ src/ earthformer/ config.py scripts/ cuboid_transformer/ enso/ train_cuboid_enso.py ``` 在这种情况下,你可以使用以下代码在"train_cub 阅读全文
posted @ 2023-05-22 20:41 辛宣 阅读(69) 评论(0) 推荐(0)
摘要: 把whl文件,放到需要安装的子环境里 进入环境里,conda activate earthformer1 用命令pip install XXX.whl文件,就行了 阅读全文
posted @ 2023-05-19 12:50 辛宣 阅读(34) 评论(0) 推荐(0)
摘要: 运行earthformer环境 python -m pip install torch==1.12.1+cu116 torchvision==0.13.1+cu116 -f https://download.pytorch.org/whl/torch_stable.html python -m pi 阅读全文
posted @ 2023-05-19 12:41 辛宣 阅读(79) 评论(0) 推荐(0)
摘要: 鞋码 阅读全文
posted @ 2023-05-12 16:18 辛宣 阅读(33) 评论(0) 推荐(0)
摘要: 朱熙龙,朱军,郑霞等. 基于信息技术的课堂教学模式创新研究[J]. 现代教育技术,2019,29(1): 112-116. 黄军,李春霞,李振山等. 新时期高校信息技术教育教学改革策略研究[J]. 现代教育技术,2018,28(4): 116-120. 杨浩然,马玉琴. 大数据技术在教育领域中的应用 阅读全文
posted @ 2023-05-05 15:48 辛宣 阅读(58) 评论(0) 推荐(0)
摘要: 有的时候总是会弄错batchsize、iteration、epoch之间的关系,现在终于明白了。 1、batchsize是批次大小,假如取batchsize=24,则表示每次训练时在训练集中取24个训练样本进行训练。 2、iteration是迭代次数,1个iteration就等于一次使用24(bat 阅读全文
posted @ 2023-05-04 20:47 辛宣 阅读(365) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页