deep learning datastore import problem
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I get these error message while training my Resnet network, can someone help please
Error using matlab.io.datastore.ImageDatastore/readimage (line 32)
Expected input number 2, INDEX, to be one of these types:
double, single, uint8, uint16, uint32, uint64, int8, int16, int32, int64
Error in train (line 36)
imshow(readimage(dataset,'sugar'));
0 comentarios
Respuestas (1)
Sai Bhargav Avula
el 25 de Mzo. de 2020
Hi,
The input argument to the readimage function is image file index. Where as in your function it is 'sugar'.
Refer the following link of readimage function for detailed understanding
Hope this helps!
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!