thuml / Anomaly-Transformer

About Code release for "Anomaly Transformer: Time Series Anomaly Detection with Association Discrepancy" (ICLR 2022 Spotlight), https://openreview.net/forum?id=LzQQ89U1qm_
MIT License
733 stars 190 forks source link

Error while executing #42

Open manieswar45 opened 1 year ago

manieswar45 commented 1 year ago

RuntimeError: Could not infer dtype of numpy.float32 I am getting the above error while enumerating the Data loader from pytorch of the following code. 'for i, (input_data, labels) in enumerate(self.train_loader):'

koi000 commented 11 months ago

I found same question