shhh

Results 3 comments of shhh

> 还有 球体位置 信息,看 [/data_factory/datasets.py](https://github.com/HFAiLab/OpenCastKit/blob/master/data_factory/datasets.py) 45行 非常感谢您的回复,加上球体位置信息确实已经是49了,还有个小疑问,球体位置是放到最后(请看截图蓝色框框)吗?非常感谢! ![image](https://github.com/HFAiLab/OpenCastKit/assets/56792866/24cb61b8-b356-455e-a971-a7f16b9f0705)

> 是的 您好,我最近发现一个比较大的问题,您给出训练好的模型graphcast.pt 与 graphcast_sequential.py中定义的模型结构并不相同,导致参数都加载不上。如图,graphcast.pt中的网络参数与graphcast_sequential.py中定义的数量并不相同,graphcast.pt中有58个,而graphcast_sequential.py中定义有70个。 ![image](https://github.com/HFAiLab/OpenCastKit/assets/56792866/cb2ecca4-c963-437a-8c19-5adbd6696bf0)

> > 是的 > > 您好,我最近发现一个比较大的问题,您给出训练好的模型graphcast.pt 与 graphcast_sequential.py中定义的模型结构并不相同,导致参数都加载不上。如图,graphcast.pt中的网络参数与graphcast_sequential.py中定义的数量并不相同,graphcast.pt中有58个,而graphcast_sequential.py中定义有70个。 ![image](https://user-images.githubusercontent.com/56792866/246019158-cb2ecca4-c963-437a-8c19-5adbd6696bf0.png) 也就说,仓库中放出的graphcast.pt模型,并不是由给出的train_graphcsat.py训练的是吗?