Skip to content
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

Time of 1 pruning iteration #31

Open
heuvel1995 opened this issue May 9, 2019 · 0 comments
Open

Time of 1 pruning iteration #31

heuvel1995 opened this issue May 9, 2019 · 0 comments

Comments

@heuvel1995
Copy link

Hi,

How long should I expect one pruning iteration to take? I'm talking about one iteration in this loop:
for layer_index, filter_index in prune_targets:
model = prune_vgg16_conv_layer(model, layer_index, filter_index)

It takes just over a second for me per iteration, is this normal? Can I move this process to the GPU since it seems idle at this stage?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant