mirror of https://github.com/vladmandic/human
update tfjs and typescript
parent
35def2fd62
commit
26c49a59d0
|
@ -9,8 +9,9 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
|
|||
|
||||
## Changelog
|
||||
|
||||
### **HEAD -> main** 2021/06/18 mandic00@live.com
|
||||
### **HEAD -> main** 2021/07/19 marcogodoy@untitled.cl
|
||||
|
||||
- add note on manually disping tensor
|
||||
- modularize model loading
|
||||
|
||||
### **2.0.3** 2021/06/18 mandic00@live.com
|
||||
|
|
38
package.json
38
package.json
|
@ -55,25 +55,25 @@
|
|||
"tensorflow"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tensorflow/tfjs": "^3.7.0",
|
||||
"@tensorflow/tfjs-backend-cpu": "^3.7.0",
|
||||
"@tensorflow/tfjs-backend-wasm": "^3.7.0",
|
||||
"@tensorflow/tfjs-backend-webgl": "^3.7.0",
|
||||
"@tensorflow/tfjs-converter": "^3.7.0",
|
||||
"@tensorflow/tfjs-core": "^3.7.0",
|
||||
"@tensorflow/tfjs-data": "^3.7.0",
|
||||
"@tensorflow/tfjs-layers": "^3.7.0",
|
||||
"@tensorflow/tfjs-node": "^3.7.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^3.7.0",
|
||||
"@types/node": "^15.12.3",
|
||||
"@typescript-eslint/eslint-plugin": "^4.27.0",
|
||||
"@typescript-eslint/parser": "^4.27.0",
|
||||
"@tensorflow/tfjs": "^3.8.0",
|
||||
"@tensorflow/tfjs-backend-cpu": "^3.8.0",
|
||||
"@tensorflow/tfjs-backend-wasm": "^3.8.0",
|
||||
"@tensorflow/tfjs-backend-webgl": "^3.8.0",
|
||||
"@tensorflow/tfjs-converter": "^3.8.0",
|
||||
"@tensorflow/tfjs-core": "^3.8.0",
|
||||
"@tensorflow/tfjs-data": "^3.8.0",
|
||||
"@tensorflow/tfjs-layers": "^3.8.0",
|
||||
"@tensorflow/tfjs-node": "^3.8.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^3.8.0",
|
||||
"@types/node": "^16.4.6",
|
||||
"@typescript-eslint/eslint-plugin": "^4.28.5",
|
||||
"@typescript-eslint/parser": "^4.28.5",
|
||||
"@vladmandic/pilogger": "^0.2.17",
|
||||
"canvas": "^2.8.0",
|
||||
"chokidar": "^3.5.2",
|
||||
"dayjs": "^1.10.5",
|
||||
"esbuild": "^0.12.9",
|
||||
"eslint": "^7.28.0",
|
||||
"dayjs": "^1.10.6",
|
||||
"esbuild": "^0.12.16",
|
||||
"eslint": "^7.31.0",
|
||||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
"eslint-plugin-import": "^2.23.4",
|
||||
"eslint-plugin-json": "^3.0.0",
|
||||
|
@ -82,9 +82,9 @@
|
|||
"node-fetch": "^2.6.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"seedrandom": "^3.0.5",
|
||||
"simple-git": "^2.40.0",
|
||||
"simple-git": "^2.41.2",
|
||||
"tslib": "^2.3.0",
|
||||
"typedoc": "0.21.0",
|
||||
"typescript": "4.3.4"
|
||||
"typedoc": "0.21.4",
|
||||
"typescript": "4.3.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue