Antoine Hue

Results 20 issues of Antoine Hue

Detect and take into account for X/Y axes swap and inversion. - better make system (no more #include "xxx.cpp" ) - only outputting calibration commands or data => can be...

Support for Keras Reshape layer: - handling of plot_top_connections_backward/forward - handling of activation maps

enhancement
keras

The (image) datasets are often not normalized (e.g. pixel RGB encoded on unsigned bytes). Currently data normalization is by dividing the data by 256 if input is not float32 type....

enhancement

Upsampling layer(s) are not displayed as a layer on the network representation but as a feature to the output of previous layer. Also, the sampling factor is set on the...

enhancement
keras

Given a neural unit of a Dense layer, given an input sample (image), display the bar chart of the products of the weight times the input as a new tab...

enhancement
UI

Often used in GAN and VAE Beware of the stripe parameters (decimal)

enhancement
keras

Give possibility to load own test data Issues: - Data format within tabular files ? CSV ? TSV ?... - Image formats and other directory-file based datasets ? - Adapters...

enhancement
keras

When selecting some unit on the main view, the previously selected unit's connections (topn weights) is not always cleared. It might be related to the React handling of animated dcc.Graph()

bug

Create and submit a Conda package (automate if possible)

enhancement
infrastructure

There is currently no colorbar for the network view. The color bar is within the Convo unit details only (filter heatmaps). Add a colorbar on the left of the view

enhancement
UI