jeferson-sb / dogAI

Dog breed image recognition with Teachable Machine & Tensorflow.js
https://dogai.netlify.app
MIT License
18 stars 10 forks source link

Bump @tensorflow/tfjs from 1.7.4 to 2.0.1 #30

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @tensorflow/tfjs from 1.7.4 to 2.0.1.

Release notes

Sourced from @tensorflow/tfjs's releases.

TensorFlow.js 2.0.1

Core (2.0.0 ==> 2.0.1)

Features

  • [core] Support explicit padding in tf.conv. (#3427).
  • [wasm] Add SIMD detection. (#3344).
  • [wasm] Add where / select. (#3376).
  • [core] Modularize tf.fill and add to WASM backend. (#3388).
  • float16 quantization + granular quantization (#3340). Thanks, @JesseFarebro.
  • Support Complex64 weights conversion and loading (#3362).
  • Upgrade Emscripten and add correctness test to benchmarks UI. (#3342).
  • Modularize cumsum. (#3296).
  • Add support for ellipsisMask in stridedSlice. (#3304).

Bug fixes

  • Fix saving to IndexedDB inside web worker (#3403). Thanks, @paulkre.
  • [wasm] Ensure concatenation axes are parsed. (#3387).

Development

  • Modularize relu6, leakyRelu, prelu, selu. [Modularize relu6, leakyRelu, prelu, selu.] (#3431).
  • Modularise atan2, floorDiv, mod and mul (#3407).
  • modularize GatherNd (#3393).
  • Modularize minimum & maximum (#3379).
  • align fromPixels op with kernel calling convention (#3391).
  • modularize complex ops (#3392).
  • modularize pow op (#3369).
  • Modularize relu. [Modularize relu.] (#3336).
  • Fix maxPool save. [Fix maxPool save.] (#3337).
  • Modularize pool ops. [Modularize pool ops.] (#3269).

Documentation

  • Add docs about backends to tfjs-core readme (#3382). Thanks, @pvaneck.
  • Add op modularization guide. (#3305).

Misc

Data (2.0.0 ==> 2.0.1)

Misc

  • Update tfjs-data to 2.0.1. (#3448).

Layers (2.0.0 ==> 2.0.1)

Features

  • fixed tf 2.2.0 weight error (#3370).

Bug fixes

  • reenable the GRU integration test, fixed the shape mismatch error (#3377).

Documentation

Misc

  • Update tfjs-layers, tfjs-converter to 2.0.1, 2.0.1. (#3443).
  • Clean up integration test in layers. (#3338).
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #37.