Hi! Thanks for your amazing work with torch_ensemble.
I am trying to use model_predict for the MNIST example by implementing the following as in the documentation.
model.predict(test_loader).
However I keep having this error.
ValueError: The type of input X should be one of {{torch.Tensor, np.ndarray}}.
Hi! Thanks for your amazing work with torch_ensemble. I am trying to use model_predict for the MNIST example by implementing the following as in the documentation. model.predict(test_loader).
However I keep having this error. ValueError: The type of input X should be one of {{torch.Tensor, np.ndarray}}.