Upload Model Question

Question/Issue:
Upload Model - Model Input RGB
Expecting input shape with three dimensions (last dimension should be 1 or 3)

Project ID:
507090

Context/Use case:
I want to try uploading the MNIST model to this platform. From my understanding, my input shape is (28,28,1), which should comply with the rules, right?

Hi @RRR_Kevin

28,28,1 is Grayscale if you want to work with RGB: 28, 28, 3

Set the Grayscale / RGB here:

Best

Eoin

Hi Eoin,

Thank you for your reply. I will give it a try.

Best,
RRR_Kevin

1 Like