Reem Abdel-Salam

Results 2 comments of Reem Abdel-Salam

strangely, it's working. I am using TensorFlow 2.3.0. I get this error if I am loading a model with these params mentioned above. if I called function it works but...

if I called this function, with no direct TF calls., I get the error ``` def get_simple_2d_model(): import tensorflow as tf from tensorflow import keras from keras.layers import MaxPool2D, Flatten,...