keras-surgeon
keras-surgeon copied to clipboard
can it support delete filters Functionality ?
Hi, Is there an ability to delete filters in a convolution layer (Conv2d) ?
Hi ,yes it can by model = delete_channels(model, layer_2, [0,4,67])
Hi
keras symbolic inputs/outputs do not implement 'len'.
why it gives me this error? Could you please help me with that?
@bsaberla i opened this pull request, copied the changes to the utils.py file and it worked