human/test
Vladimir Mandic a477ac0312 fix image orientation 2021-04-15 15:26:31 -04:00
..
README.md add full nodejs test coverage 2021-04-15 09:43:55 -04:00
test-main.js fix image orientation 2021-04-15 15:26:31 -04:00
test-node-gpu.js update tfjs 3.4.0 2021-04-14 12:53:00 -04:00
test-node-wasm.js update tfjs 3.4.0 2021-04-14 12:53:00 -04:00
test-node.js update tfjs 3.4.0 2021-04-14 12:53:00 -04:00
test.js add full nodejs test coverage 2021-04-15 09:43:55 -04:00
test.log fix image orientation 2021-04-15 15:26:31 -04:00

README.md

Test Results

Automatic Tests

NodeJS using TensorFlow library

NodeJS with GPU acceleation using CUDA

NodeJS using WASM


Manual Tests

Browser using WebGL backend

  • Chrome/Edge: All Passing
  • Firefox: WebWorkers not supported due to missing support for OffscreenCanvas
  • Safari: Limited Testing

Browser using WASM backend

  • Chrome/Edge: All Passing
  • Firefox: WebWorkers not supported due to missing support for OffscreenCanvas
  • Safari: Limited Testing
  • Fails on object detection:
    Kernel 'SparseToDense' not registered for backend 'wasm'
    https://github.com/tensorflow/tfjs/issues/4824