ntedgi / node-efficientnet

tensorflowJS implementation of EfficientNet 🚀
https://www.npmjs.com/package/node-efficientnet
MIT License
257 stars 37 forks source link

Library change issue - Playground tests #83

Closed TomShlaim closed 2 years ago

TomShlaim commented 2 years ago

Describe the bug Today, the playground server gets the needed libraries for the npm package. This means that when we make changes in the library files, the changes cannot be tested on the playground's test level, as they aren't reflected.

To Reproduce Steps to reproduce the behavior:

  1. Make a breaking change in the libraries.
  2. run 'npm run test:playground'.
  3. See error.

Expected behavior When running 'npm run test:playground', we should be able to reflect the latest changes in the library level.