I used this network as a basic for my own Sequence classification network:
https://de.mathworks.com/help/deeplearning/ug/sequence-classification-using-1-d-convolutions.html
I used dlquantizer to quantize my network
quantObj = dlquantizer(net)
Now i want to use calibrate "calResults = calibrate(quantObj,XValidation);"
but it gives me the error "scalare structure required"
If i use "calResults = calibrate(quantObj,TValidation);"
it outputs me the error "Datastore must be either an imageDatastore, augmentedImageDatastore, TransformedDatastore,
PixelLabelImageDatastore or CombinedDatastore."
How can I load the Calibrationdata?
TValidation and XValidation are 370x1 cell with Validation Data