rebuild
parent
62da12758f
commit
63476fcbc0
|
@ -96,7 +96,7 @@
|
|||
"name": "tfjs/browser/esm/bundle",
|
||||
"platform": "browser",
|
||||
"format": "esm",
|
||||
"input": "src/tfjs/tf-custom.ts",
|
||||
"input": "src/tfjs/tf-browser.ts",
|
||||
"output": "dist/tfjs.esm.js"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -11,9 +11,7 @@
|
|||
|
||||
### **HEAD -> master** 2021/12/03 mandic00@live.com
|
||||
|
||||
|
||||
### **origin/master** 2021/12/01 mandic00@live.com
|
||||
|
||||
- release preview
|
||||
- switch to custom tfjs and new typedefs
|
||||
- rebuild
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
@ -145,6 +145,7 @@ export class NetInput {
|
|||
});
|
||||
|
||||
const batchTensor = tf.stack(inputTensors.map((t) => tf.cast(t, 'float32'))).as4D(this.batchSize, inputSize, inputSize, 3);
|
||||
// const batchTensor = tf.stack(inputTensors.map((t) => tf.cast(t, 'float32'))) as tf.Tensor4D;
|
||||
|
||||
return batchTensor;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue