Gustavo P. Scholze

Results 3 comments of Gustavo P. Scholze

You are trying to pass an RGB image to the model, instead, apply grayscale tranformation to your data loading pipeline. ``` import torchvision.transforms as transforms from torchvision.datasets import ImageFolder transform...

I am having the same error while running the [Colab example](https://colab.research.google.com/github/ergosimulation/mpslib/blob/master/scikit-mps/examples/mpslib_in_google_colab.ipynb). I thought that maybe it is some environment and Path problem with Colab - but even when forcing the...

Yes, the Colab notebook is working as expected, thank you for your time!