python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
" ValueError: Expecting KerasTensor which is from tf.keras.Input()". Error in prediction with dropout function
I am trying to predict uncertainty in a regression problem using Dropout during testing as per Yarin Gal's article. I created a class using Keras's backend function as provided by this stack overflo...
Anshul Nayak
Votes: 0
Answers: 1
Can not load saved model in keras / tensorflow?
I trained the model using autokeras with TensorFlow 2.5.
I saved the pre-trained model using both methods explained on Keras (TensorFlow) home page.
model.save(f'model_auto_keras{max_trials}.h5') mode...

krishna
Votes: 0
Answers: 1
How to reverse max pooling layer in autoencoder to return the original shape in decoder?
I am building an autoencoder to compress the image. my input image is mnist dataset which contain (28,28,1) images and I want my latent space (encoded image)to have the shape (10,10,1) to have high ...
mohammad
Votes: 0
Answers: 1