Skip to content Skip to sidebar Skip to footer
Showing posts with the label Keras

Dataset Shape Mismatch Conv1d Input Layer

Trying to set up a Conv1D layer to be the input layer in keras. The dataset is 1000 timesteps, and … Read more Dataset Shape Mismatch Conv1d Input Layer

Averaging A Sentence’s Word Vectors In Keras- Pre-trained Word Embedding

I am new to Keras. My goal is to create a Neural Network Multi-Classification for Sentiment Analysi… Read more Averaging A Sentence’s Word Vectors In Keras- Pre-trained Word Embedding

Keras Model Doesn't Seem To Work

I have the following keras model and when I train the model, it doesn't seem to learn from it. … Read more Keras Model Doesn't Seem To Work

Modify Layer Parameters In Keras

I am interested in updating existing layer parameters in Keras (not removing a layer and inserting … Read more Modify Layer Parameters In Keras

Keras: No Gradients Provided For Any Variable

I am working on a GAN based problem and I am getting this issue where the gradients are not visible… Read more Keras: No Gradients Provided For Any Variable

Keras: Vanishing Parameters In Conv2d Layer Within Lambda Function

I am defining a Lambda layer with a function that uses the Conv2D layer. def lambda_func(x,k): … Read more Keras: Vanishing Parameters In Conv2d Layer Within Lambda Function

Keras' Sequential Vs Functional Api For Multi-task Learning Neural Network

I would like to design a neural network for a multi-task deep learning task. Within the Keras API w… Read more Keras' Sequential Vs Functional Api For Multi-task Learning Neural Network

Keras Throws `'tensor' Object Has No Attribute '_keras_shape'` When Splitting A Layer Output

I have sentence embedding output X of a sentence pair of dimension 2*1*300. I want to split this ou… Read more Keras Throws `'tensor' Object Has No Attribute '_keras_shape'` When Splitting A Layer Output