Live data from Hacker News

Viewing profile — infnorm

infnorm

HN member
Joined
Tue, Nov 14, 2017, 10:37 PM UTC
HN karma
4
Public activity
8 items

About infnorm

See my web page at http://www.andyselle.com.

Recent public activity

  1. comment
    Comment #15727011

    Not at this time. However, in principle it would be possible to create such bindings.

  2. 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…

  3. comment
    Comment #15726986

    Sounds really interested. We're excited to hear about how that goes.

  4. 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…

  5. 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.

  6. 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…

  7. 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…

  8. 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…