update for tfjs 3.7.0

pull/280/head
Vladimir Mandic 2021-06-04 09:20:59 -04:00
parent 09af0460c2
commit 78431fca00
3 changed files with 14 additions and 15 deletions

View File

@ -3,9 +3,7 @@
"env": { "env": {
"browser": true, "browser": true,
"commonjs": true, "commonjs": true,
"es6": true,
"node": true, "node": true,
"jquery": true,
"es2020": true "es2020": true
}, },
"parser": "@typescript-eslint/parser", "parser": "@typescript-eslint/parser",

View File

@ -9,8 +9,9 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
## Changelog ## Changelog
### **HEAD -> main** 2021/06/02 mandic00@live.com ### **HEAD -> main** 2021/06/04 mandic00@live.com
- add live hints to demo
- switch worker from module to iife importscripts - switch worker from module to iife importscripts
- release candidate - release candidate
- added samples to git - added samples to git

View File

@ -53,24 +53,24 @@
"tensorflow" "tensorflow"
], ],
"devDependencies": { "devDependencies": {
"@tensorflow/tfjs": "^3.6.0", "@tensorflow/tfjs": "^3.7.0",
"@tensorflow/tfjs-backend-cpu": "^3.6.0", "@tensorflow/tfjs-backend-cpu": "^3.7.0",
"@tensorflow/tfjs-backend-wasm": "^3.6.0", "@tensorflow/tfjs-backend-wasm": "^3.7.0",
"@tensorflow/tfjs-backend-webgl": "^3.6.0", "@tensorflow/tfjs-backend-webgl": "^3.7.0",
"@tensorflow/tfjs-converter": "^3.6.0", "@tensorflow/tfjs-converter": "^3.7.0",
"@tensorflow/tfjs-core": "^3.6.0", "@tensorflow/tfjs-core": "^3.7.0",
"@tensorflow/tfjs-data": "^3.6.0", "@tensorflow/tfjs-data": "^3.7.0",
"@tensorflow/tfjs-layers": "^3.6.0", "@tensorflow/tfjs-layers": "^3.7.0",
"@tensorflow/tfjs-node": "^3.6.1", "@tensorflow/tfjs-node": "^3.7.0",
"@tensorflow/tfjs-node-gpu": "^3.6.1", "@tensorflow/tfjs-node-gpu": "^3.7.0",
"@types/node": "^15.9.0", "@types/node": "^15.12.0",
"@typescript-eslint/eslint-plugin": "^4.26.0", "@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0", "@typescript-eslint/parser": "^4.26.0",
"@vladmandic/pilogger": "^0.2.17", "@vladmandic/pilogger": "^0.2.17",
"canvas": "^2.8.0", "canvas": "^2.8.0",
"chokidar": "^3.5.1", "chokidar": "^3.5.1",
"dayjs": "^1.10.5", "dayjs": "^1.10.5",
"esbuild": "^0.12.5", "esbuild": "^0.12.6",
"eslint": "^7.27.0", "eslint": "^7.27.0",
"eslint-config-airbnb-base": "^14.2.1", "eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4", "eslint-plugin-import": "^2.23.4",