上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页
摘要: ``` if not os.path.exists(PATH + 'x_train.npy'): x_train = np.memmap(PATH + 'x_train.npy', dtype=cfg['data_type'], mode='w+', shape=( self.time_length 阅读全文
posted @ 2023-05-26 10:44 辛宣 阅读(100) 评论(0) 推荐(0)
摘要: ``` # 查看npy的维度 x_train.npy ERA5_LAND_label_4_1990.npy import numpy as np data = np.load("D:\\WorkSpace\\PyCharmPJ\\pythonProject\\data\\test\\LandBenc 阅读全文
posted @ 2023-05-25 18:59 辛宣 阅读(105) 评论(0) 推荐(0)
摘要: ## 作用 根据特征的组合进行分类 大大减少特征位置对分类带来的影响 ### 减少特征位置对分类带来的影响 **就是它把特征representation整合到一起,输出为一个值** **这样做,有一个什么好处?** **就是大大减少特征位置对分类带来的影响** ![image](https://im 阅读全文
posted @ 2023-05-25 11:28 辛宣 阅读(90) 评论(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 辛宣 阅读(226) 评论(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 辛宣 阅读(3912) 评论(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 辛宣 阅读(109) 评论(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 辛宣 阅读(85) 评论(0) 推荐(0)
摘要: 把whl文件,放到需要安装的子环境里 进入环境里,conda activate earthformer1 用命令pip install XXX.whl文件,就行了 阅读全文
posted @ 2023-05-19 12:50 辛宣 阅读(54) 评论(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 辛宣 阅读(109) 评论(0) 推荐(0)
摘要: 鞋码 阅读全文
posted @ 2023-05-12 16:18 辛宣 阅读(40) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页