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

In PyTorch,Conv2D module can pass `dtype` property to create different dtype parameter, but in OneFlow it miss this property.

bug
community

## Summary The following code snippet produces "Aborted (core dumped)" bug with "dtype=oneflow.float64". However, "dtype=oneflow.float32" won't have this problem. ## Code to reproduce bug input1 = oneflow.rand(9, 40, 20, 10,dtype=oneflow.float64)...

bug
community

## Summary The following code snippet produces "Aborted (core dumped)" bug with "dtype=oneflow.float64". However, "dtype=oneflow.float32" won't have this problem. ## Code to reproduce bug import oneflow input = oneflow.rand(4,10,32,32,dtype=oneflow.float64) m...

bug
community

## Summary Traceback (most recent call last): File "/mnt/sda/yjy/summer/DL-autograd-torch-main/yjy_test.py", line 24, in output = oneflow.roi_align(input0,input1,input2,input3,input4,input5,input6) oneflow._oneflow_internal.exception.OpKernelNotFoundException: File "/home/ci-user/runners/release/_work/oneflow/oneflow/oneflow/core/framework/op_interpreter/op_interpreter_util.cpp", line 139, in Dispatch Dispatch(op_expr, inputs, ctx) File "/home/ci-user/runners/release/_work/oneflow/oneflow/oneflow/core/framework/op_interpreter/op_interpreter_util.cpp", line 131, in...

bug
community

目前只注册了int64_t,而根据外部反馈有时候也会用到uint8_t这些类型

bug
community

profiler 支持按 op attr 而不仅仅是 op type 和 shape 给 op 分组

enhancement
automerge
op

修复 random_tensor() 默认范围没有负数的问题,修复 random_tensor(dtype=int64) 只返回 0 的问题

bug
test
python

基于 add_dtr_feature 分支,仅供 comment 使用