gotch/CHANGELOG.md

1.1 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Fixed

  • [#...]: Fix a bug with...

Changed

  • [#...]:

Added

  • [#...]:

[0.1.8]

Changed

  • #10: ts.Drop() and ts.MustDrop() now can call multiple times without panic

[0.1.9]

Changed

  • Reverse changes #10 to original.

[0.1.10]

Added

  • Added tensor.SaveMultiNew

[0.2.0]

Changed

  • Convert all APIs to using Pointer Receiver

Added

  • Added drawing image label at example/yolo example
  • Added some example images and README files for example/yolo and example/neural-style-transfer

[0.3.0]

Changed

  • Updated to Pytorch C++ APIs v1.7.0
  • Switched back to lib.AtoAddParametersOld as the ato_add_parameters has not been implemented correctly. Using the updated API will cause optimizer stops working.