tensorflow / minigo

An open-source implementation of the AlphaGoZero algorithm
Apache License 2.0
3.45k stars 561 forks source link

Add Edge TPU support to C++ engine #973

Open tommadams opened 4 years ago

tommadams commented 4 years ago

The TFLite C++ runtime now supports the Coral Edge TPU: https://coral.ai/docs/edgetpu/tflite-cpp/

We should hook that up.

aki65 commented 4 years ago

Speaking of the Edge TPU, you published a minigo-tflite-file compiled for the Edge TPU about a year ago which offered very interesting possibilities. Could you perhaps publish the original quantized tflite-file too (i.e. before compiling for the Edge TPU). This would make it much easier to compare results to the non-quantized version und evaluate quantization effects.