You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your paper and sharing code. I have some confusions about code, can you explain it for me.
In function channel_selection(), why the original model is replaced by pruned model? Is it since the loaded pre-trained model without fine-tuning.
In function update_model, why the network is splited repeatly(the network will be split a time if the update_model() be called)?But the segment seems same after each split,
Is it original net just be a baselone. Why origin net is continualy updated(line 503 in channel_pruning.py) if it is just be a baseline ?
Thank you very much.
Expect for yor reply.
The text was updated successfully, but these errors were encountered:
Thanks for your paper and sharing code. I have some confusions about code, can you explain it for me.
Thank you very much.
Expect for yor reply.
The text was updated successfully, but these errors were encountered: