tfjs-tflite now has better supports for quantized models. See XNNPACK doc for supported ops and limitations (the quantization related flags have been enabled for tfjs-tflite build). Check out this demo for running quantized CartoonGAN model with the latest tfjs-tflite package.
Other changes:
- [tflite] Update README and fix demo (#5545).
- Update tflite web api download script (#5543).
- Make Bazel npm outputs match current packages (#5451).
- [tflite] Update google storage location (#5457).
- Migrate tfjs-tflite package to bazel (#5358).
- [tflite] Fix script tags order and load example in README (#5376). Thanks, @Romaleks360.
- Use Bazel and ts_library to build core and backend-cpu (#5133).
- Update README to make things more clear to run the cartoonizer demo (#5271).