Viewing profile — infnorm
infnorm
HN member- Joined
- Tue, Nov 14, 2017, 10:37 PM UTC
- HN karma
- 4
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About infnorm
Recent public activity
-
comment
Comment #15727011
Not at this time. However, in principle it would be possible to create such bindings.
-
comment
Comment #15726992
Quantization comes in many different forms. TensorFlow lite provides optimized kernels for 8-bit uint quantization. This specific form of evaluation is not directly supported in Te…
-
comment
Comment #15726986
Sounds really interested. We're excited to hear about how that goes.
-
comment
Comment #15726981
This should be possible, but we haven't tried it. We're likely going to add a simplified target that has minimal dependencies (like no Eigen) that allows building on simple platfor…
-
comment
Comment #15726976
The quantization is done with a special training script that is quantization aware. We will be open sourcing a mobilenet quantized training script to show how to do this soon.
-
comment
Comment #15700094
We developed TensorFlow lite to be small enough to target really small devices that lack MMU’s like the ARM Cortex M MCU series, but we haven’t done the actual work to target those…
-
comment
Comment #15700090
The main TensorFlow interpreter provides a lot of functionality for larger machines like servers (e.g. Desktop GPU support and distributed support). Of course, TensorFlow lite does…
-
comment
Comment #15700085
TensorFlow Lite is an interpreter in contrast with XLA which is a compiler. The advantage of TensorFlow lite is that a single interpreter can handle several models rather than need…