tsai
tsai copied to clipboard
RuntimeError: Could not infer dtype of numpy.int16
When I attempted to use the TSC function,dls = TSDataLoaders.from_dsets(dsets.train, dsets.valid, bs=[64, 128], batch_tfms=[TSStandardize()], num_workers=0) I encountered some errors(RuntimeError: Could not infer dtype of numpy.int16)."This question has troubled me for a long time. Have you solved it