I trained a basic image classification model on MNIST using Tensorflow, logging the experiment run with MLflow.Model: "my_sequential"
_________________________________________________________________
Layer (type) Output Shape ...
Hi @Kaniz Fatma ,Thanks for your answer!My question is about this backend. You mean putting this line inside the predict() method?When I'm defining a sequential model in TensorFlow, how do I incorporate what I want it to do to the input from a reque...