Gustavo Hylander

Results 14 issues of Gustavo Hylander

add feature visualization to netron you select/upload a image from the file system. When you sleect a layer, netron displays the features that maximise the activation of the selected layer...

feature
help wanted

i have an installation of tensorflow nightly gpu (tf v2.5.x) when following the installation steps, after executing the setup.py, the process ends with: `Finished processing dependencies for tf-cnnvis==1.0.0` `Please install...

After bugfixing the issues in #83 and the issue in #78, feeding a mobilenetv3 model will not show the model tree on the left side of the panel, but no...

Added example about using the built in keras callback and how to declare a new callback to track specific metrics

("Cross-post" of https://github.com/tensorflow/tensorflow/issues/54271) **System information**. - Have I written custom code (as opposed to using a stock example script provided in Keras): yes - OS Platform and Distribution (e.g., Linux...

type:bug/performance

- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 20.04 - TensorFlow version and how it was installed (source or binary): 2.9.1-binary - TensorFlow-Addons version and how it was...

In the 2nd edition notebook of chapter 12 part 4, the latent space sampling layer is defined as the following class: ``` class Sampler(layers.Layer): def call(self, z_mean, z_log_var): batch_size =...

I'm trying to implement CSRA using MobileNet as the backbone, but I'm running into some troubles. This is kind of related to #5. First of all, from the paper it...

**Short Description** Similarly to Focal Loss, Asymmetrical Loss attempts to tackle the problem resulting from positive-negative imbalances in training data for multi-label image classification tasks. In contrast with Focal Loss,...

type:feature

### Short description In the 'Flowcharts' example there are two bugs. First, the use of `pyqtgraph.metaarray` results in an exception that causes the input signal to not be plotted. Installing...

bug
flowchart