We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670fde6 commit 218b681Copy full SHA for 218b681
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+## v1.5
4
+
5
+### New features
6
+Fast Gradient Clipping and Ghost Clipping (#656)
7
8
+### Bug fixes
9
+* Fix gradient shape error for DPMultiheadAttention (issue 650) (#651)
10
+* Pass kwargs from make_private to _prepare_optimizer (#648)
11
+* Fix BatchMemoryManager length (#641)
12
+* Fix GPU-CPU device mismatch error in util filter_dilated_rows (#633)
13
+* Fix Opacus's runtime error with an empty batch (issue 612) (#631)
14
15
16
## v1.4.1
17
18
### Bug fixes
opacus/version.py
@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "1.4.1"
+__version__ = "1.5"
0 commit comments