File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.1.3
4+ ### Bug fixes
5+ * Support layers with a mix of frozen and learnable parameters (#437 )
6+ * Throw an error when params in optimizer are not the same as that of module's in make_private (#439 )
7+ * Fix unfold2d and add test (#443 )
8+
9+ ### Miscellaneous
10+ * Fix typos in DDP tutorial (#438 )
11+ * Replace torch einsum with opt_einsum (#440 )
12+
313## v1.1.2
414### Bug fixes
515* Support tied parameters (#417 )
616* Fix callsite sensitiveness of ` zero_grad() ` (#422 , #423 )
717* Improve microbenchmark argument parsing and tests (#425 )
8- * Fix opacus nn.functional import (#426 )
18+ * Fix opacus nn.functional import (#426 )
919### Miscellaneous
1020* Add microbenchmarks (#412 , #416 )
11- * Add more badges to readme (#424 )
21+ * Add more badges to readme (#424 )
1222
1323## v1.1.1
1424### Bug fixes
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- __version__ = "1.1.2 "
16+ __version__ = "1.1.3 "
You can’t perform that action at this time.
0 commit comments