feat: add G-FNO (Group Equivariant Fourier Neural Operator) model#141
feat: add G-FNO (Group Equivariant Fourier Neural Operator) model#141lkyu-ly wants to merge 3 commits into
Conversation
…and false by dafault) for loss alignment
|
Due to the different behaviors of DataLoader in constructing training batches on the Paddle and Torch sides, it is impossible to align the training loss of Torch and Paddle model implementations without controlling the training data behavior. To align the training loss with the Torch implementation, you need to pass the After alignment, the training loss for the first ten epochs is as follows:
max_abs_diff: 0.001068 |
看到这个PR里面包含了FNO、GFNO的多个模型,请问这个对齐结果是基于哪个模型做的?另,最大绝对误差在1e-4的量级还是有点大,float32精度下,1e-6的误差量级可能才比较合理 |
|
forward diff
Since the original model did not release pre-trained weights, forward precision alignment was performed using randomly initialized model weights.