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 3.8.0 #100

Closed dependabot-preview[bot] closed 2 years ago

dependabot-preview[bot] commented 3 years ago

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps @tensorflow/tfjs from 1.7.4 to 3.8.0.

Release notes

Sourced from @​tensorflow/tfjs's releases.

tfjs-v3.8.0

Core (3.7.0 ==> 3.8.0)

Bug fixes

  • fixed depthwise conv2d packed shader issue where dilation is great than 2 (#5320).
  • Fix #5273: Refactor IOHandlers to use same JSON parsing (#5274). Thanks, @​MaximeKjaer.

Misc

  • Update monorepo to 3.8.0. (#5331).
  • Add flags for controlling when TopK GPU is used (#5328). Thanks, @​ahmedsabie.
  • [webgpu] Fix floorDiv vec4 compile fail (#5307). Thanks, @​axinging.
  • Don't try to load weights if there are no weights (#5310).
  • Fix flipLeftRight op in various backends and add more tests (#5270).
  • Add the missing backend initialization in runKernel (#5251).
  • Switch CPU TopK Algorithm to use Floyd-Rivest (#5236).
  • Switch WebGL TopK algorithm to use bitonic (#5233).
  • Supported conv2dTranspose with explicit paddings. (#5185). Thanks, @​BruceDai.
  • Supported pooling operation with explicit padding. (#5163). Thanks, @​BruceDai.

Data (3.7.0 ==> 3.8.0)

Misc

  • Update lockfiles branch tfjs_3.8.0_lockfiles lock files. (#5332).
  • Update monorepo to 3.8.0. (#5331).

Layers (3.7.0 ==> 3.8.0)

Bug fixes

  • [tfjs-layers] remove deps of chained ops in layers (#5188).

Performance

  • [tfjs-layers] remove deps of chained ops in layers (#5188).

Misc

  • Update lockfiles branch tfjs_3.8.0_lockfiles lock files. (#5332).
  • Update monorepo to 3.8.0. (#5331).

Converter (3.7.0 ==> 3.8.0)

Misc

  • Update lockfiles branch tfjs_3.8.0_lockfiles lock files. (#5332).
  • Update monorepo to 3.8.0. (#5331).
  • fix converter build file for g3 (#5232).

Node (3.7.0 ==> 3.8.0)

Features

  • libtensorflow path name replacing (#5171). Thanks, @​kawauso.
  • upgrade tensorflow deps to 2.5 and built raspberry pi 2.5 binary (#5204).

Bug fixes

  • Fix #5273: Refactor IOHandlers to use same JSON parsing (#5274). Thanks, @​MaximeKjaer.
  • upgrade tensorflow deps to 2.5 and built raspberry pi 2.5 binary (#5204).

Misc

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by mattsoulanille, a new releaser for @​tensorflow/tfjs since your current version.


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)