(self)
| 187 | self.label_chg = torch.squeeze(label_chg, dim=1) |
| 188 | |
| 189 | def __len__(self): |
| 190 | return len(self.occ) |
| 191 | |
| 192 | def __getitem__(self, idx): # occ: batch, seq, node |
| 193 | # sampling |
nothing calls this directly
no outgoing calls
no test coverage detected