mirror of https://github.com/vladmandic/human
update tfjs
parent
67c60a77b7
commit
dd462305b5
|
@ -9,7 +9,7 @@
|
|||
|
||||
## Changelog
|
||||
|
||||
### **HEAD -> main** 2021/12/01 mandic00@live.com
|
||||
### **HEAD -> main** 2021/12/07 mandic00@live.com
|
||||
|
||||
|
||||
### **2.5.5** 2021/12/01 mandic00@live.com
|
||||
|
|
22
package.json
22
package.json
|
@ -53,18 +53,18 @@
|
|||
"tensorflow"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@microsoft/api-extractor": "^7.18.21",
|
||||
"@tensorflow/tfjs": "^3.11.0",
|
||||
"@tensorflow/tfjs-backend-cpu": "^3.11.0",
|
||||
"@tensorflow/tfjs-backend-wasm": "^3.11.0",
|
||||
"@tensorflow/tfjs-backend-webgl": "^3.11.0",
|
||||
"@microsoft/api-extractor": "^7.19.1",
|
||||
"@tensorflow/tfjs": "^3.12.0",
|
||||
"@tensorflow/tfjs-backend-cpu": "^3.12.0",
|
||||
"@tensorflow/tfjs-backend-wasm": "^3.12.0",
|
||||
"@tensorflow/tfjs-backend-webgl": "^3.12.0",
|
||||
"@tensorflow/tfjs-backend-webgpu": "^0.0.1-alpha.8",
|
||||
"@tensorflow/tfjs-converter": "^3.11.0",
|
||||
"@tensorflow/tfjs-core": "^3.11.0",
|
||||
"@tensorflow/tfjs-data": "^3.11.0",
|
||||
"@tensorflow/tfjs-layers": "^3.11.0",
|
||||
"@tensorflow/tfjs-node": "^3.11.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^3.11.0",
|
||||
"@tensorflow/tfjs-converter": "^3.12.0",
|
||||
"@tensorflow/tfjs-core": "^3.12.0",
|
||||
"@tensorflow/tfjs-data": "^3.12.0",
|
||||
"@tensorflow/tfjs-layers": "^3.12.0",
|
||||
"@tensorflow/tfjs-node": "^3.12.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^3.12.0",
|
||||
"@types/node": "^16.11.12",
|
||||
"@types/offscreencanvas": "^2019.6.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit c8ca9cc9ec250e8e7f618f562b52dbc740d60580
|
||||
Subproject commit 1063f46c22cc8209e1895f86e00e31b29583664f
|
Loading…
Reference in New Issue