We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a8573 commit f69fa90Copy full SHA for f69fa90
README.md
@@ -49,7 +49,7 @@ fileToTensor('test/data/tfjs/lenna.png')
49
return basicAugmentation.read({images});
50
})
51
.then(({images}) => {
52
- return tensorToFile('test/data/tfjs/lenna.png', {images});
+ return tensorToFile('test/data/tfjs/lenna-example.png', {images});
53
54
.then(() => {
55
console.log('done');
test/data/tfjs/lenna-example.png
-350 Bytes
test/data/tfjs/lenna.png
72.5 KB
test/examples/simple-example.js
@@ -60,7 +60,7 @@ fileToTensor('test/data/tfjs/lenna.png')
60
61
62
63
64
65
66
0 commit comments