(self)
| 199 | return output |
| 200 | |
| 201 | def __len__(self): |
| 202 | return int(1e10) # It's a fake length due to the trick that every loader maintains its own list |
| 203 | #return self.num_sampleclass |
| 204 | |
| 205 | |
| 206 | class ValDataset(BaseDataset): |
nothing calls this directly
no outgoing calls
no test coverage detected