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 368eee2 commit d7e414eCopy full SHA for d7e414e
test/helpers/images-to-files.js
@@ -34,7 +34,7 @@ module.exports = function (filenames, ims, backend) {
34
35
return Promise.all(filenames.map((f, i) => {
36
if (backend.key === 'tfjs') {
37
- return tensorToFile(f, images[i], backend.backendLib).then(b => {
+ return tensorToFile(f, images[i], backend.backendLib).then(() => {
38
backend.dispose(images[i]);
39
});
40
}
0 commit comments