I'm learning and working with Keras on an image classification project. The runtime environment is Google Colab and I recently got this error: The ...
I'm learning and working with Keras on an image classification project. The runtime environment is Google Colab and I recently got this error: The ...
. Answers to this question are eligible for a +50 reputation bounty. ...
. Answers to this question are eligible for a +50 reputation bounty. ...
I am trying to train a neural network for learning purposes using tesorflow.keras the network should take in a row vector of size 100. the row vector ...
but last line code is reflecting an error: x_test= keras.utils.to_categorical(x_test) NameError: name 'x_test' is not defined What am I doing ...
I have built an autoencoder in tensorflow which takes an input with missing values (-999.) which are then masked. The target/label is the clean versio ...
Hi developers and programmers, I'm try to import keras module and it show error, please help, Thank you. code error I have try to reinstall ker ...
I'm using face-api.js Javascript API to develop a web app that user uploads her/his picture and we want to detect faces in the picture. On the other ...
If I include inside the tf.GradientTape() some functions from other Python libraries, like `sklearn.decomposition.PCA.inverse_transform()', can Tensor ...
I built a Keras sequential model on the simple dataset. I am able to train the model, however every time I try to get a prediction on the same input I ...
None in TensorFlow/keras refers to variable dimension. I would like to build a Conv1D layer where the dimension of the batch is variable as (None, 4, ...
I'm trying to divide 'train' by 255 to normalize, but i get the following error: " TypeError: unsupported operand type(s) for /: 'BatchDataset' and ' ...
Check the following code: Why this runs without throwing an error? The weights are not yet stabilished by the .fit method, how can it predict somet ...
I am trying to get the embedding for a siamese network written in keras and I keep having the issue below. Does anyone know how to solve this issue? ...
The reason I am trying to overfit specifically, is because I am following the "Deep Learning with Python" by François Chollet's steps to designing a n ...
My goal is to train an NN, that will be able to sort images into categories (0 to 4). I have my own dataset consisting of ~20000 photos and I'm using ...
I'm using face-api.js Javascript API to develop a web app that user uploads her/his picture and we want to detect faces in the picture. this is my HT ...
I want to tune my LSTM Model. Playing around with different optimizers, I stumbled on an issue with the Adamax optimizer. My code: Output: Does ...
I am trying to build the autoencoder structure detailed in this IEEE article. The autoencoder uses a separable loss function where it is required that ...
I want to convert rcmalli_vggface_tf_vgg16.h5 pre-trained model to js format to use in a tensorflow-js project. to convert this file I tried differen ...