We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
此 ISSUE 为 隐语开源共建计划(SecretFlow Open Source Contribution Plan,简称 SF OSCP)任务 ISSUE,欢迎社区开发者参与共建~ 若有感兴趣想要认领的任务,但还未报名,辛苦先完成报名进行哈~
SPU 对于 TensorFlow 的支持尚不完整,请验证更多的 TensorFlow 模型可以正确的在 SPU 上执行。 并尝试改善对于 tf.Tensor, tf.DataSet 等功能的支持程度
The text was updated successfully, but these errors were encountered:
/secretflow/device/device/spu.py还是只支持JAX吗? 运行TensorFlow前端时,spu.py文件line 1410 def _spu_compile(fn, copts, *meta_args, **meta_kwargs): 函数报错。 该函数下line 1427-1440 executable, output_tree = spu_fe.compile( **spu_fe.Kind.JAX**, fn, meta_args, meta_kwargs, input_name, input_vis, lambda output_flat: [ _generate_output_uuid() for _ in range(len(output_flat)) ], static_argnums=(), static_argnames=None, copts=copts, ) 是否默认只能使用JAX作为frontend?
def _spu_compile(fn, copts, *meta_args, **meta_kwargs):
executable, output_tree = spu_fe.compile( **spu_fe.Kind.JAX**, fn, meta_args, meta_kwargs, input_name, input_vis, lambda output_flat: [ _generate_output_uuid() for _ in range(len(output_flat)) ], static_argnums=(), static_argnames=None, copts=copts, )
Sorry, something went wrong.
spu 本身在能力支持上 jax 是第一梯队,torch 是第二梯队,tf 目前只是一个 pure demo 的能力。如果有兴趣和诉求,欢迎认领这个任务来完善 tf 的支持。
secretflow hardcode 前端类型的问题,请在 secretflow repo 内创建一个新的 issue 来 track 这个问题
No branches or pull requests
任务介绍
详细要求
SPU 对于 TensorFlow 的支持尚不完整,请验证更多的 TensorFlow 模型可以正确的在 SPU 上执行。
并尝试改善对于 tf.Tensor, tf.DataSet 等功能的支持程度
能力要求
操作说明
The text was updated successfully, but these errors were encountered: