MarvinKlemp

Results 16 issues of MarvinKlemp

Once a model contains BatchNorm layers, keras-surgeon fails. ### Minimal code to reproduce the error: ```python3 #%% import tensorflow as tf from kerassurgeon.operations import delete_channels model = tf.keras.Sequential([ tf.keras.layers.Conv2D(16, kernel_size=(3,3),...

We should provide a configuration format in order to have readable commands. The configuration should be able to: - [ ] define which deprecations should be searched - [ ]...

feature

Right now the app depends on the [PHP-Parser](https://github.com/nikic/PHP-Parser) The app should rather depend on an Adapter instead of a specific parser

enhancement
help wanted

Improved rendering of file paths. #108

enhancement
Easy Pick

IMO we should add warnings for unsure deprecations like #66. It is may not a "detection" of a deprecation but it still helps to find deprecations

question
feature