models icon indicating copy to clipboard operation
models copied to clipboard

Models and examples built with OneFlow

Results 50 models issues
Sort by recently updated
recently updated
newest added

## Summary 使用0.9.1.dev20230630+cu117版本的oneflow在保存由torch转换的模型时在最后报错。使用0.9.0版本不会报错,能成功保存模型 ## Code to reproduce bug from models.NLP.roberta.models.roberta import Roberta flow_model = Roberta(**kwargs) flow_model.load_state_dict(torch_para, False) flow.save(flow_model.state_dict(), "/root/autodl-tmp/oneflow_trans/oneflow/chemberta") 报错: Traceback (most recent call last): File "chemberta.py", line 35, in...

dlrm benchmark test scripts

- [ ] https://github.com/Oneflow-Inc/models/pull/355 认领人 @wzy9813125 - [ ] https://github.com/Oneflow-Inc/models/pull/289 认领人 @minasora - [ ] https://github.com/Oneflow-Inc/models/pull/297 - [ ] https://github.com/Oneflow-Inc/models/pull/269 - [x] https://github.com/Oneflow-Inc/models/pull/364 认领人 @songzetao - [x] https://github.com/Oneflow-Inc/models/pull/362 认领人 @songzetao...

请帮忙查看新的 deepfm 的 报错信息 @MARD1NO 帮忙看一下新版本的 deepfm,另外下一步计划拆分稠密网络 和 所有的 oneEmbedding输入, 线上部署是 Embedding 不再通过算子而是改用推理服务器拼接的方式, 如果有好的方法可以微信沟通