Adrien Deverin

Results 4 issues of Adrien Deverin

### Description Dear community, During the fit of a model, logs are shown even if verbose == 0. For exemple the code below : ``` // IModel cnn, NDArray x_train,...

### Background and Feature Description Hello, 3 weeks ago a new merge have been done and allow us to save and load models (which is essential for a Deep learning...

### Brief Description I've encountered a perplexing issue while utilizing Keras and its fit() function to train a standard CNN. To illustrate, consider the **following code snippet where the model...

### Description In order to create pruning in my Model, I need to use a regularizer (typically L1 norm). I create my own Layer (named LineGain) and build my kernel...