oubahe

Results 3 issues of oubahe

Traceback (most recent call last): File "D:/Productivity/AchievedAlgorithm/Glow-pytorch-master/train.py", line 192, in train(args, model, optimizer) File "D:/Productivity/AchievedAlgorithm/Glow-pytorch-master/train.py", line 139, in train image + torch.rand_like(image) / n_bins File "D:\Anaconda\envs\torch_cpu\lib\site-packages\torch\nn\modules\module.py", line 1051, in _call_impl...

请问作者,在您已发布的大模型pt文件中,fourcastnet-plus对比fourcastnet增加的4维变量具体是哪些呢? ![image](https://github.com/HFAiLab/OpenCastKit/assets/35858411/8c7f1f6e-f88c-4938-a771-40780adf31be) ![image](https://github.com/HFAiLab/OpenCastKit/assets/35858411/e2a358e9-a50a-41ee-bcd0-33ed39da4ba6)

感谢博主的模型贡献。我运行时发现pt文件权重和git代码不匹配,删除一些线性层,并将某些DIM从512更改为256,以使其加载。使用加载好的模型推理,第2步的输入由第1步的输入和第1步的预报拼接得到49维,结果在第1步之后预报质量严重下降,请问博主是什么问题呢?