mariolew / Deep-Alignment-Network-tensorflow

A re-implementation of Deep-Alignment-Network using TensorFlow
111 stars 30 forks source link

size of model #15

Open Onotoko opened 6 years ago

Onotoko commented 6 years ago

Hi, What size of model when you train Deep alignment network using mobile net? And if I have GPU so I can run your code on GPU?

mariolew commented 6 years ago

Hi, what do you mean by 'size'?

Onotoko commented 6 years ago

Hi mariolew, that's mean the model large or small?

mariolew commented 6 years ago

When using mobilenet, we always hope the model is efficient and small, it's a trade off, the size of the model is determined by you.

Onotoko commented 6 years ago

Thank you so much :)