DwangoMediaVillage / keras_compressor

Model Compression CLI Tool for Keras.
https://nico-opendata.jp/ja/casestudy/model_compression/index.html
157 stars 39 forks source link

The program is too slow #5

Closed codingzzy closed 6 years ago

codingzzy commented 6 years ago

I find the program that it is processed by single thread(sinle core). how to make it processed by more thread or gpu

cocuh commented 6 years ago

Currently, this code does not support multi-thread because of development cost. Simple way to improve speed is to modify layer-wised compression process to make parallel. Pull requests are always welcome.

mationai commented 6 years ago

It's still running after 10 hrs on a 45MB model on a 2012 macbook pro. Is it normal? If so, how much longer will it be?

thanks.

Edit - Can ignore this, as ask in new issue.