mirror of https://github.com/vladmandic/human
updated tfjs
parent
ff058a4148
commit
3902a5e25d
24
package.json
24
package.json
|
@ -22,20 +22,20 @@
|
|||
"dependencies": {},
|
||||
"peerDependencies": {},
|
||||
"devDependencies": {
|
||||
"@tensorflow/tfjs": "^2.7.0",
|
||||
"@tensorflow/tfjs-backend-cpu": "^2.7.0",
|
||||
"@tensorflow/tfjs-backend-wasm": "^2.7.0",
|
||||
"@tensorflow/tfjs-backend-webgl": "^2.7.0",
|
||||
"@tensorflow/tfjs-converter": "^2.7.0",
|
||||
"@tensorflow/tfjs-core": "^2.7.0",
|
||||
"@tensorflow/tfjs-data": "^2.7.0",
|
||||
"@tensorflow/tfjs-layers": "^2.7.0",
|
||||
"@tensorflow/tfjs-node": "^2.7.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^2.7.0",
|
||||
"@tensorflow/tfjs": "^2.8.0",
|
||||
"@tensorflow/tfjs-backend-cpu": "^2.8.0",
|
||||
"@tensorflow/tfjs-backend-wasm": "^2.8.0",
|
||||
"@tensorflow/tfjs-backend-webgl": "^2.8.0",
|
||||
"@tensorflow/tfjs-converter": "^2.8.0",
|
||||
"@tensorflow/tfjs-core": "^2.8.0",
|
||||
"@tensorflow/tfjs-data": "^2.8.0",
|
||||
"@tensorflow/tfjs-layers": "^2.8.0",
|
||||
"@tensorflow/tfjs-node": "^2.8.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^2.8.0",
|
||||
"@vladmandic/pilogger": "^0.2.10",
|
||||
"chokidar": "^3.4.3",
|
||||
"dayjs": "^1.9.7",
|
||||
"esbuild": "^0.8.22",
|
||||
"esbuild": "^0.8.23",
|
||||
"eslint": "^7.15.0",
|
||||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
|
@ -44,7 +44,7 @@
|
|||
"eslint-plugin-promise": "^4.2.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"seedrandom": "^3.0.5",
|
||||
"simple-git": "^2.27.0"
|
||||
"simple-git": "^2.28.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node --trace-warnings --unhandled-rejections=strict --trace-uncaught --no-deprecation src/node.js",
|
||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit b9ee0fc781126c387bfd3ae1b81bc889ac015803
|
||||
Subproject commit 57cd392ca982309419d6a00b7aa6174605c950f6
|
Loading…
Reference in New Issue