mirror of https://github.com/vladmandic/human
update dependencies
parent
53b4542140
commit
ec19579e53
|
@ -28,8 +28,8 @@
|
|||
"@tensorflow/tfjs-node": "^2.7.0",
|
||||
"@vladmandic/pilogger": "^0.2.7",
|
||||
"chokidar": "^3.4.3",
|
||||
"dayjs": "^1.9.5",
|
||||
"esbuild": "^0.7.22",
|
||||
"dayjs": "^1.9.6",
|
||||
"esbuild": "^0.8.5",
|
||||
"eslint": "^7.13.0",
|
||||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
// custom: bundle 3.4M
|
||||
/*
|
||||
import * as tf from '../../../dev-clone/tfjs/tfjs/dist/tf.esnext.js';
|
||||
import { setWasmPaths } from '@tensorflow/tfjs-backend-wasm/dist/index.js';
|
||||
|
||||
const loadGraphModel = tf.loadGraphModel;
|
||||
export { tf, setWasmPaths, loadGraphModel };
|
||||
*/
|
||||
|
||||
// monolithic: bundle 3.4M
|
||||
import * as tf from '@tensorflow/tfjs/dist/tf.es2017.js';
|
||||
import { setWasmPaths } from '@tensorflow/tfjs-backend-wasm/dist/index.js';
|
||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit d589737290d994d4e5228d1333b61a494990641f
|
||||
Subproject commit e48280bd94885c6e9cb9a75a27469f00ebcd07b4
|
Loading…
Reference in New Issue