oneflow icon indicating copy to clipboard operation
oneflow copied to clipboard

OneFlow is a deep learning framework designed to be user-friendly, scalable and efficient.

Results 591 oneflow issues
Sort by recently updated
recently updated
newest added

绕过 dataloader delete_shm 报错 StopIteration 的问题

automerge
bug
python

eager amp 支持 scaler ,eager 可以做完整的 amp 训练。 https://github.com/Oneflow-Inc/OneTeam/issues/1754 export ONEFLOW_VM_COMPUTE_ON_WORKER_THREAD=0之后 eager amp测试结果: ![图片](https://user-images.githubusercontent.com/35585791/200208979-fbaaaa5a-408b-4e17-9c3c-3e88f2007aa2.png) ![图片](https://user-images.githubusercontent.com/35585791/200208994-b149741d-ee2f-4eff-97f4-7ecb75c594b6.png) 无论是训练速度还是显存占用相比于fp32模式都有较大的提升。

Add fused Geglu operator, current only implement the forward logic

## Summary import oneflow as torch "RuntimeError: This package is a placeholder. Please install oneflow following the instructions" ## Code to reproduce bug import oneflow as torch ## System Information...

bug
community

### 本 pr 去掉 Block 上的 attribute 和 config - 1、彻底避免重名问题; - 2、去掉 block config; ``` import flow.nn.Graph as G from oneflow.nn.graph import ModuleGraph from oneflow.nn.module import Module class AGraph(G):...

enhancement
bug
api
python

enhancement
op
test
documentation
api

Feature: merge multi tensors into a contiguous tensor buffer according to their dtypes and devices to accelerate model grad updating. Performance tests: https://github.com/Oneflow-Inc/OneTeam/issues/1698#issuecomment-1312489487

feature
eager
python