About Code release for "Anomaly Transformer: Time Series Anomaly Detection with Association Discrepancy" (ICLR 2022 Spotlight), https://openreview.net/forum?id=LzQQ89U1qm_
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):'
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):'