Hi N/A,
I understand that you are creating a data store for training a CNN model using MATLAB. You can go through the following pointers:
- Though the function “isPartionable” outputs 1 for the datastore, a possible reason for the error is the way datastore is created.
- As you have specified a custom Read function “readData” as an argument to “signalDataStore” function it is possible that the read function does not support parallel processing.
- Ensure that the “readData” function is implemented correctly to support reading data in chunks & subsets.
Refer the following documentation for examples & better understanding: