Skip to content

Latest commit

 

History

History
75 lines (40 loc) · 2.69 KB

CHANGELOG.md

File metadata and controls

75 lines (40 loc) · 2.69 KB

tfjs-image-node

2.2.0

Minor Changes

2.1.0

Minor Changes

2.0.4

Patch Changes

2.0.3

Patch Changes

2.0.2

Patch Changes

  • Add prettier and format

2.0.1

Patch Changes

2.0.0

Major Changes

  • #14 78cca17 Thanks @kevinanielsen! - # Refactor classifyImage to use single file and import and reintroduce "platform" parameter.

    WHAT:

    The classifyImage function has been refactored to use single file and import.

    HOW:

    Change function call to

    classifyImage(model, image, "node");
    // OR
    classifyImage(model, image, "classic");

    The default platform will be node. It is not necessary to specify this.

1.1.5

Patch Changes

1.1.4

Patch Changes

  • reintroduce changesets