midas-research / sthan-sr-aaai

98 stars 32 forks source link

The valid part of the train code is wrong! #12

Open NathanWang7 opened 3 months ago

NathanWang7 commented 3 months ago

when to get the batch data during valid, it should be self.get_batch(batch_offsets[cur_offset]) instead of self.get_batch(cur_offset), otherwise, the valid data may be part of train data!