Skip to content

1.5.2

Compare
Choose a tag to compare
@lina128 lina128 released this 03 Feb 18:41
· 2498 commits to master since this release
48ad613

Core (1.5.1 ==> 1.5.2)

Features

  • Add reduce and made some changes as requested (#2617). Thanks, @NALLEIN.
  • [wasm] Add Gather, GatherNd kernels. (#2601).
  • [wasm] Add ScatterND kernel. (#2600).
  • [webgpu] Add fusedConv2d kernel (#2448). Thanks, @axinging.

Bug fixes

  • Avoid using apply/call due to new ts compiler flag (#2680).

Documentation

  • Fix model save with tf.io.http and custom headers (#2696). Thanks, @rthadur.
  • [Core] Throw a better error for RMSPropOptimizer when no LR (#2634).
  • Fix typo in profile doc (#2171). Thanks, @Lewuathe.

Misc

  • Change send email for the new monorepo nightly build trigger and also add success notification (#2639).

Converter (1.5.1 ==> 1.5.2)

Features

  • support save for graph model (#2676).
  • Add support to NonMaxSuppressionV5 (#2579).

Bug fixes

  • Avoid using apply/call due to new ts compiler flag (#2680).

Misc

  • update the tensorflow deps to 2.1.0 (#2627).

Node (1.5.1 ==> 1.5.2)

Features

  • [node]Add node binding api to get number of loaded SavedModel (#2635).

Documentation