-
Hi,
I am confused by the MaxPooling1D() function, why the output of it is the same as ave-pooling? I pass the parameter just as the document says.
``` python
graph.add_node(MaxPooling1D(2), name = '…
-
my network is given below
# 1. define the network
model = Sequential()
model.add(LSTM(4,input_dim=42)) # try using a GRU instead, for fun
model.add(Dropout(0.1))
model.add(Dense(5))
model.ad…
-
I have 25 videos of 2700 frames(RGB images of size 32x32) each. How do I build my model to take in video input for the CNN and further the time step for LSTM would be the number of frames. I implemen…
-
This is a feature that I'd like to be added which might improve results across the board.
Please do this in the kaldi_52 branch. @keli78, I'd like you to do this (get help from someone) to improve y…
-
when i run the command
python cfcm/cli.py train cfcm/experiments/ENDOVIS/endovis_[1-2-4]_[3]_LSTMResNet_18.json
the error occurs:
2018-06-19 10:57:46.264595: I tensorflow/core/platform/cpu_feature…
-
I'm trying to build a network with both convolutional and lstm layers. I'm wrapping the Convolutional,activation,max pooling, drop out and flatten layer in a TimeDistributed() layer. When my code reac…
Rhuax updated
7 years ago
-
It may be funny to test some neural network models in the competing models.
-
Hi, I am new to keras and trying to implements a model a part of that includes encoding sentences using convolution network.
# import statements
from keras.layers.embeddings import Embeddi…
-
The new PaddlePaddle core calls REGISTER_OP macro to fill in information (input, outputs, attributes) of an operator into a global variable of type [OpProto](https://github.com/PaddlePaddle/Paddle/blo…
-
Please make sure that the boxes below are checked before you submit your issue. Thank you!
- [x] Check that you are up-to-date with the master branch of Keras. You can update with:
pip install git+g…