Hello, I have a question in train a time-dependent energy prediction model. In the file energy_model.py, the loss_energy is about a property in the dataset, i.e. batch.y, for example it represents the formation energy. But why is the input to self.decoder batch.batch?

Hello, I have a question in train a time-dependent energy prediction model. In the file energy_model.py, the loss_energy is about a property in the dataset, i.e. batch.y, for example it represents the formation energy. But why is the input to self.decoder batch.batch?