We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, Is there an ability to delete filters in a convolution layer (Conv2d) ?
The text was updated successfully, but these errors were encountered:
Hi ,yes it can by model = delete_channels(model, layer_2, [0,4,67])
Sorry, something went wrong.
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
No branches or pull requests
Hi,
Is there an ability to delete filters in a convolution layer (Conv2d) ?
The text was updated successfully, but these errors were encountered: