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

pytorch cross算子 https://pytorch.org/docs/stable/generated/torch.cross.html?highlight=torch%20cross#torch.cross

bug
community

### TODO - [x] forward implementation - [x] backward implementation - [x] add tests - [x] refine doc - [ ] nhwc format

enhancement
feature
WIP
eager
op
api

添加了一下nn.functional.mse_loss()和nn.functional.l1_loss()接口和document https://github.com/Oneflow-Inc/OneTeam/issues/1207#issuecomment-1073432125

api

enhancement
test
graph
global

## Summary Op `reduce_sum_like` miss backward function ## Code to reproduce bug ``` import oneflow as flow a = flow.randn(4, 2, 3, requires_grad=True) b = flow.randn(2, 3, requires_grad=True) c =...

bug
community

解决:https://github.com/Oneflow-Inc/libai/issues/342#issuecomment-1207565463 - [x] 注册 nn.Dropout1d/2d/3d api。 - [x] 添加文档和接口测试。 ![图片](https://user-images.githubusercontent.com/35585791/183448857-d887676a-5f40-4d4c-9b34-a0331a960d91.png) ![图片](https://user-images.githubusercontent.com/35585791/183449032-ca4fc18c-6de3-4f90-ad2d-587e1adf727b.png) ![图片](https://user-images.githubusercontent.com/35585791/183449090-60c39143-4a4a-4656-bd70-1db29478533e.png)

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.0 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.0 to 2.5.3. Release notes Sourced from tensorflow's releases. TensorFlow 2.5.3 Release 2.5.3 Note: This is the last release in the 2.5 series. This releases introduces several...

dependencies

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.0 to 2.5.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.5.2 Release 2.5.2 This release introduces several vulnerability fixes: Fixes a code injection issue in saved_model_cli (CVE-2021-41228)...

dependencies