-
I am trying to implement Grad-CAM and need to compute the gradients of the output of the last softmax layer w.r.t. a certain former layer.
This is my model:
`
base_model = VGG16(weights='imagen…
-
@anayebi
-
Hello,
@maxcuda has recently got tensorflow running on the tk1 as documented in blogpost http://cudamusing.blogspot.de/2015/11/building-tensorflow-for-jetson-tk1.html but since then been unable to re…
-
论文 http://arxiv.org/pdf/1609.04938v1.pdf
官网 http://lstm.seas.harvard.edu/latex/
数据 https://zenodo.org/record/56198#.V2p0KTXT6eA
代码 https://github.com/harvardnlp/im2markup
-
i know in every iteration the input is 8 frames,but how to make every frame into a CNN and then gather the outputs of the CNN into LSTM? Or just the table type in Lua help us do this?
I'm new to…
-
I am working with a GAN-like model where I have a generator and a discriminator. Each of the models is a `Model` (using the new functional API). Both models work individually, but when I try to connec…
-
I'm implementing a convolutional encoder and have some problems. When I test the model with two standard CNN layers the code works fine (I'm using RMSprop as optimizer). However when I add in a fully …
-
Relevant test:
https://github.com/hughperkins/tensorflow-cl/blob/dcdb5a64385c72aafa19e5fb9e16e64ec42ad751/tensorflow/stream_executor/cl/test/test_misc.py#L158-L180
```
def test_split():
sh…
-
what is the architecture of the 2D LSTM implemented in the library , any reference for it ?
-
For bugs or installation issues, please provide the following information.
The more information you provide, the more likely people will be able to help you.
## Environment info
Operating S…