google / qkeras

QKeras: a quantization deep learning library for Tensorflow Keras
Apache License 2.0
538 stars 104 forks source link

Requirements file #32

Closed ricardobarroslourenco closed 4 years ago

ricardobarroslourenco commented 4 years ago

I would like to know if QKeras is architecture agnostic (following TF requirements) since it lists as import the standard tensorflow python library (I assume if that is correct, tensorflow-gpuwould be supported as well).

zhuangh commented 4 years ago

Hi Richardo @ricardobarroslourenco

Sorry for the late reply. based on what I heard from the teammates using gpu, it should work with code, but quantized network is not optimized to run fast in gpus for inference.

ricardobarroslourenco commented 4 years ago

Ok. No problems. I was more concerned on the training portion.