pix2pix_tensorflowjs
pix2pix_tensorflowjs copied to clipboard
pix2pix in tensorflow.js
Results
2
pix2pix_tensorflowjs issues
Sort by
recently updated
recently updated
newest added
Hi, Tensorflow seemed to have changed their interface. in `pix2pix.js` you want to make this change: ``` async transfer(inputElement, callback = () => {}) { - const input = tf.fromPixels(inputElement);...
js error
3
tfjs:formatted:7997 Uncaught (in promise) Error: Batch normalization gradient requires mean and offset to have equal ranks. at lv (tfjs:formatted:7997) at batchNorm_ (tfjs:formatted:13935) at Object.batchNorm__op [as batchNorm] (tfjs:formatted:10410) at batchnorm (pix2pix.js:34)...