update dependencies

pull/293/head
Vladimir Mandic 2020-11-10 09:54:07 -05:00
parent d3a1e43348
commit 63258f91ff
3 changed files with 12 additions and 3 deletions

View File

@ -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",

View File

@ -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

@ -1 +1 @@
Subproject commit d589737290d994d4e5228d1333b61a494990641f
Subproject commit e48280bd94885c6e9cb9a75a27469f00ebcd07b4