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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,9 @@ To release a new version, please update the changelog as followed:
107
107
-`tl.files` refactored into a directory with numerous files (by @DEKHTIARJonathan in #657)
108
108
-`tl.files.voc_dataset` fixed because of original Pascal VOC website was down (by @DEKHTIARJonathan in #657)
109
109
- extra requirements hidden inside the library added in the project requirements (by @DEKHTIARJonathan in #657)
110
-
- requirements files refactored in `requirements/` directory (by @DEKHTIARJonathan in #657)
110
+
- requirements files refactored in `requirements/` directory (by @DEKHTIARJonathan in #657)
111
+
- Ternary Convolution Layer added in unittest (by @DEKHTIARJonathan in #658)
112
+
- Convolution Layers unittests have been cleaned & refactored (by @DEKHTIARJonathan in #658)
111
113
112
114
### Deprecated
113
115
@@ -119,6 +121,8 @@ To release a new version, please update the changelog as followed:
119
121
- Issue #565 related to `tl.utils.predict` fixed - `np.hstack` problem in which the results for multiple batches are stacked along `axis=1` (by @2wins in #566)
120
122
- Issue #572 with `tl.layers.DeformableConv2d` fixed (by @DEKHTIARJonathan in #573)
121
123
- Typo of the document of ElementwiseLambdaLayer (by @zsdonghao in #588)
124
+
- Error in `tl.layers.TernaryConv2d` fixed - self.inputs not defined (by @DEKHTIARJonathan in #658)
125
+
- Deprecation warning fixed in `tl.layers.binary._compute_threshold()` (by @DEKHTIARJonathan in #658)
0 commit comments