oneflow
oneflow copied to clipboard
OneFlow is a deep learning framework designed to be user-friendly, scalable and efficient.
pytorch cross算子 https://pytorch.org/docs/stable/generated/torch.cross.html?highlight=torch%20cross#torch.cross
### TODO - [x] forward implementation - [x] backward implementation - [x] add tests - [x] refine doc - [ ] nhwc format
添加了一下nn.functional.mse_loss()和nn.functional.l1_loss()接口和document https://github.com/Oneflow-Inc/OneTeam/issues/1207#issuecomment-1073432125
## 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 =...
解决:https://github.com/Oneflow-Inc/libai/issues/342#issuecomment-1207565463 - [x] 注册 nn.Dropout1d/2d/3d api。 - [x] 添加文档和接口测试。   
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...
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...
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)...