Skip to content

tfjs-v2.4.0

Compare
Choose a tag to compare
@tafsiri tafsiri released this 15 Sep 18:49

Core (2.3.0 ==> 2.4.0)

Features

  • Speed up toPixels. (#3813).
  • add weightUrlTranslationFunc to loadOptions (#3797).

Bug fixes

  • make tensor instanceof more robust (#3906).
  • make flags dependency in io namespace explicit (#3848).
  • add clipByValue int32 test and fix the node impl (#3822).

Documentation

Misc

  • Distinguish ops from kernels in tf.profile (#3897).

Data (2.3.0 ==> 2.4.0)

Documentation

Layers (2.3.0 ==> 2.4.0)

Features

Bug fixes

  • add functional model to support changes from TF 2.3 (#3863).

Documentation

Converter (2.3.0 ==> 2.4.0)

Bug fixes

  • fix tensorarray disposing weight tensors (#3847).
  • remove code that specifying the detail of strip_unused_nodes (#3836).
  • Update keras_h5_conversion_test.py (#3794). Thanks, @rthadur.

Development

  • remove chain api use from converter (#3824).

Documentation

Misc

  • fix converter node build (#3878).

Node (2.3.0 ==> 2.4.0)

Bug fixes

  • add clipByValue int32 test and fix the node impl (#3822).

Documentation

Wasm (2.3.0 ==> 2.4.0)

Features

Bug fixes

  • [wasm] Exclude node from the threaded version. (#3829).
  • add clipByValue int32 test and fix the node impl (#3822).

Documentation

Misc

  • [wasm] Add more device testing (#3851).

Cpu (2.3.0 ==> 2.4.0)

Bug fixes

  • add clipByValue int32 test and fix the node impl (#3822).

Misc

  • Add Cos to kernel registry (cpu backend) (#3907).
  • [cpu]Use flat array instead of nested array in dilation2d kernel (#3860).
  • Modularize identity kernel. (#3859).
  • Implement cpu refCounter, Modularize kernels Reshape and SpaceToBatchND (#3659).

Webgl (2.3.0 ==> 2.4.0)

Features

  • Speed up toPixels. (#3813).

Bug fixes

  • Fix memleak in modularized reduce. (#3872).

Documentation