Skip to content

Releases: martinsbruveris/tensorflow-image-models

v0.2.14

15 May 12:53

Choose a tag to compare

  • Added support for LoRA training.

v0.2.13

03 May 23:00
3ec499a

Choose a tag to compare

  • Adding VGG models.
  • Fixing bugs in SAM model inference.

v0.2.12

17 Apr 14:19

Choose a tag to compare

  • Fixing small bugs in SAM.

v0.2.11

17 Apr 09:16

Choose a tag to compare

  • Added Segment Aything models.

v0.2.10

28 Feb 10:12

Choose a tag to compare

  • Exposed pooled features for ConvNeXt.

v0.2.9

28 Oct 09:33
b6742e4

Choose a tag to compare

  • Exposed attention map in ViT models.

v0.2.8

05 Sep 12:02

Choose a tag to compare

  • tfimm now supports python 3.10.

v0.2.7

14 Jun 15:31

Choose a tag to compare

  • Added EfficientNet and MobileNet-V2 models.

v0.2.6

13 May 09:55

Choose a tag to compare

  • Added tiny and small ConvNeXt models (@MSchnei)

v0.2.5

21 Feb 20:41

Choose a tag to compare

  • Preprocessing works for abritrary number of in_channels.
  • Removed temporary version restriction on libclang.