behzad-nobakht

Results 1 issues of behzad-nobakht

I have a big amount of data that needs mapping before feeding to the networks. So, instead of `(X_train, y_train), (_, _) = mnist.load_data()` I will use: `dataset = tf.data.Dataset.from_tensor_slices((X_train,...