Skip to content

Time of 1 pruning iteration #31

@heuvel1995

Description

@heuvel1995

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions