Skip to content

TensorNets 0.3.4

Compare
Choose a tag to compare
@taehoonlee taehoonlee released this 12 May 08:14
· 92 commits to master since this release

Note that the following descriptions include changes for the 0.3.3. Additionally, The 0.3.2 doesn't exist due to PyPI conflicts.

Areas of improvement

  • Bug fixes.
  • New APIs: image classification and object detection models.
  • Unit tests / CI improvements.
  • Documentation improvements.
  • Float16 supporting improvements (see #14).
  • Python 3 compatibility improvements.

API changes

  • Add image classification models (Darknet19, MobileNet35v2, ..., MobileNet140v2, and PNASNetlarge).
  • Add references object detection models (YOLOv3VOC and YOLOv3COCO).
  • Add operations (local_flatten and upsample).

Breaking changes

None.