-
In Lesson 6, "CNN Layers and Feature Visualization", step 25, "Visualize Your Net Layers", the wrong notebook loads into the workspace! It loaded a previous notebook I'd already worked through, "Class…
-
Checked examples are tested to be working with MXNet backend
Not supported examples have clear error message specifying the exact functionality MXNet does not support yet
- [x] addition_rnn.py
…
-
Implement and test a neural network model for classifying the CIFAR-10 dataset.
CIFAR-10 is a popular dataset containing 60,000 color images of 32x32 pixels, divided into 10 classes. Each class repre…
-
This paper "Interpretable Compositional Convolutional Neural Networks". I benefited a lot from this paper, I found the experimental part of the article Fig4(c) visualization of feature maps of CNN, a…
-
Migrated from the very popular https://github.com/tensorflow/tensorflow/issues/842!
@cesarsalgado says:
> I would like TensorFlow to have an official tool similar to this https://github.com/yosi…
-
Hi,
I like this work and hope to replicate it, and wish to confirm my understanding regarding this repo:
It seems the repo only provides the trained models and a small example, and there are no vis…
-
thanks ! how to ?
-
Hi!
I am developing a clip classificator using features (extracted from a CNN) fed into an LSTM for classification. It's an end-to-end system. I would like to know if it's possible apply eli5 visuali…
-
Hello,
In tensorboard I see the the Projector tab with the PCA and T_SNE visualizations (1024 points and 36 dimension)
How can I create the tsv and sprite to visualize my labels and images there…
-
Hi! Sorry to disturb you again.
I download the pretrain model from your link, and I found that the constraint conv layer only have one param and it's size is [1, 3, 24]. But I thought that it would …