ildoonet / tf-lcnn

Tensorflow implementation for 'LCNN: Lookup-based Convolutional Neural Network'. Predict Faster using Models Trained Fast with Multi-GPUs
GNU General Public License v3.0
40 stars 10 forks source link

Other architectures #4

Open japita-se opened 4 years ago

japita-se commented 4 years ago

Theoretically, It would feasible to use the same concepts for more complex architecyures like tacotron or deepspeech?

ildoonet commented 4 years ago

Yes, sure. But you will need to tune hyperparameters for each new architecture.

japita-se commented 4 years ago

It would be great if someone would join the adventure :) my goal is to run deepspeech on a constrained board. I would try XNOR-net, but it seems that lcnn is superior.