You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
15
15
- Node Mangling to avoid duplication [#93](https://github.com/pulp-platform/Deeploy/pull/93)
16
16
- Prepare Post v0.2.0 Release [#104](https://github.com/pulp-platform/Deeploy/pull/104)
17
17
- Use Docker digests instead of arch-specific tags [#106](https://github.com/pulp-platform/Deeploy/pull/106)
18
+
- Fix `Unsqueeze` Op. when using ONNX opset 13 or higher (from attribute to input) [#119](https://github.com/pulp-platform/Deeploy/pull/119)
18
19
19
20
### Added
20
21
- PULP 2D FP DW conv Im2Col template and kernel, with bias support.
@@ -94,6 +95,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
94
95
- Fixed multiple typos in variable and method names, such as changing `includeGobalReferences` to `includeGlobalReferences` and `dicardedMappers` to `discardedMappers`
95
96
- Corrected method usage in `importDeeployState` to call `NetworkContext.importNetworkContext` instead of the incorrect method name
96
97
- Correctly return `signProp` from `setupDeployer` instead of hardcoding the value to `False` in `testMVP.py`
98
+
- Fixed `Unsqueeze` Op. when using ONNX opset 13 or higher (from attribute to input)
97
99
98
100
### Removed
99
101
- Delete outdated and unused `.gitlab-ci.yml` file
0 commit comments