Reply To: MNIST CNN Example

#53675
Youssef MENJOURYoussef MENJOUR
Admin
    @youssefmenjour

    Dear Peter,

    Valid Rate is the % validation dataset between train set and test set (I added comment for the next release).

    We modified CNN_LoadDATA because there was a bug (fixed for the next release coming this week)

    data

    If you want to use your dataset in this example you’ll have to connect it directly to the split VI.

     

    Capture

    Be carefull you’ll have to keep the same dimension organisation of your data. (I don’t know how  “ubyte” file data are organized, logically it’s same as CSV).