tsai icon indicating copy to clipboard operation
tsai copied to clipboard

RuntimeError: Could not infer dtype of numpy.int16

Open Qingkali opened this issue 10 months ago • 1 comments

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

Qingkali avatar Dec 13 '24 10:12 Qingkali