-
I am preparing an MNIST classification dataset, and the image is ready in png format, and the json file is prepared as follows, but an error occurs. (I used Monai in Nvidia Clara SDK)
{
"train": {
Please help control Datset Format :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @danny0628 , Thanks for your interest in MONAI and Clara Train SDK.
And I saw every label has 15 classes: Thanks. |
Beta Was this translation helpful? Give feedback.
Hi @danny0628 ,
Thanks for your interest in MONAI and Clara Train SDK.
I feel your transform and network setting is not correct:
And I saw every label has 15 classes:
"label":[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
, but your DenseNet output 2 channels?Thanks.