-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【Paddle Toolkit Development Competition No.3】 Paddle 适配 neuralopfiles via upload #985
base: master
Are you sure you want to change the base?
Conversation
tensorly支持Paddle后端,但是在编写代码时发生了如下错误: | ||
|
||
```python | ||
import tensorly as tl | ||
tl.set_backend('paddle') | ||
|
||
ValueError:Unknown backend name 'paddle', known backends are ['numpy', 'mxnet', 'pytorch', 'tensorflow', 'cupy', 'jax'] | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好的 我会尝试 谢谢
`neuraloperator`源代码实现的8个模型分别为, `FNO1d`, `FNO2d`, `FNO3d`, `SFNO`, `UNO`, `TFNO1d`, `TFNO2d`, `TFNO3d`。 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我们针对模型的数量是8个 但其他所有文件也都适配了 而且我们也适配了training过程
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
辛苦提交RFC,有几点建议可以看一下
|
||
|
||
|
||
由于模型`UFNO(layers=1)`时的训练结果是对齐的,因此初步判断模型UFNO(layers=5)时出现的问题是由误差累积引起的。目前该问题尚未解决。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
误差累积不太可能会这么大,可以尝试使用https://github.com/PaddlePaddle/PaDiff工具,定位一下具体的误差累积在哪一层,然后看下是什么API的计算导致的误差变化
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好的 后面有时间时我会尝试
hello @Kai-Qi 可以修改一RFC的内容,在文档中补充需要适配的API列表和单测列表 |
|
飞桨适配 nueralop
https://competition.atomgit.com/competitionInfo?id=805ad94637707d062f24e54265d85731