-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to compress model in Multi-machine #35
Comments
You mean how to train a compressed model with multiple nodes/machines? |
When using the horovod, i think it`s feasible. |
Yes, but I mean compress the model by Prunning/Quantization, then train the compress model with multiple nodes/machines. I have other questions:
thanks |
What's it? |
Horovod is Distributed training framework for TensorFlow, Keras, and PyTorch.
|
I exec command I read the checkpoint file of compressed model (saved in models_dcp_eval file) and pre-trained model, but I find the structure of net is same. Compressed model only delete the variable w.r.t Momentum and BatchNorm. |
|
I mean use tf-serving to test the speed? Can horovod support compress model? I want compress model and train it together, like PocketFlow. |
|
Can PocketFlow compress multi-label Classification network? |
Yes, you can define a new |
OK, thanks. |
I want to compress the model in How to compress model in Multi-machine
The text was updated successfully, but these errors were encountered: