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.1.0 #37

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @tensorflow/tfjs from 1.7.4 to 2.1.0.

Release notes

Sourced from @tensorflow/tfjs's releases.

tfjs-v2.1.0

Core (2.0.1 ==> 2.1.0)

Features

  • Decouple logging from profiler.profileKernel (#3606). Thanks, @Linchenn.
  • Change image rotation kernel to be counterclockwise. (#3626).
  • Modularize spectral ops. (#3608).
  • Support async query for tf.profile (#3564). Thanks, @Linchenn.
  • Add tf.image.rotateWithOffset op. (#3560).
  • add various op fixes for ddsp models (#3539).
  • [wasm] Add Reverse kernel. (#3526).
  • [core] Remove reshape from tensor / opHandler. (#3514).
  • Modularize stack, unstack, reshape, expandDims, squeeze (#3452).
  • [wasm] Add Conv2dBackpropInput kernel. (#3472).
  • [WASM] Add OneHot op (#3409). Thanks, @pvaneck.
  • [WASM] Add equal op (#3456). Thanks, @pvaneck.

Bug fixes

  • [core] Account for optional inputs in profileKernel. (#3697).
  • [wasm] Pass in fusedDepthwiseConv flag when computing conv_info. (#3676).
  • fix import path in kernel_names (#3653).
  • fix cumsum and strided slice bugs (#3638).
  • add various op fixes for ddsp models (#3539).
  • silence warning about overriding gradients (#3572).
  • Fix min op test for nightly [Fix min op test for nightly] (#3547).
  • Attempt to fix nightly (#3545).

Development

  • Modularize fused ops (#3597).
  • Modularize remaining unary ops (#3605).
  • Modularize softmax/logSoftmax, sparseToDense, TopK, stridedSlice (#3587).
  • Modularize tensor ops (#3590).
  • Modularize array ops (#3588).
  • modularize unary ops (#3586).
  • modularize signal ops (#3579).
  • Modularize slice ops (#3581).
  • Modularise unary ops (#3575).
  • silence warning about overriding gradients (#3572).
  • Modularize sign, ceil, floor, neg (#3569).
  • Modularize scatterNd, unsortedSegmentSum & gather. (#3544).
  • Move all the remaining chaining api outside of tensor.ts (#3538).
  • Modularize argMax, argMin, min, mean and sum (#3517).
  • Modularize any, all, prod, moments and logSumExp (#3505).
  • modularize reverse ops (#3502).
  • modularize loss ops (#3492).
  • remove chaining api from movingAverage op (#3499).
  • modularize lstm ops (#3498).
  • remove chaining api from norm (#3500).
  • Modularize cropAndResize (#3474).
  • Modularise logical ops (#3465).
  • modularise linalg ops (#3464).
  • Modularize nonMaxSuppression ops (#3461).
Commits
  • 0230521 Update monorepo to 2.1.0. (#3730)
  • 9b8c963 [tfjs-node] Fix bug in node.tensorBoard() callback re initialEpoch (#3714)
  • 0f629f8 Decouple benchmark parameters from the unit test (#3701)
  • 5ca0e8d Add flag feature for the benchmark webpage tool (#3625)
  • 9a1c567 Decouple logging from profiler.profileKernel (#3606)
  • 7769bdc Use custom docker for tfjs-wasm. (#3720)
  • b9a8b0e Add UI for tuning parameters for the BrowserStack-benchmark tool (#3704)
  • cc8399a Use custom docker for tfjs-wasm. (#3710)
  • e725800 [webgpu] Import CPU backend in setup_test (#3699)
  • 1f7a90a Build workflow for the BrowserStack-benchmark tool (#3683)
  • Additional commits viewable in compare view


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 #39.