(self)
| 226 | class STL10LinearProbeDataModule(_BaseDataModule): |
| 227 | num_classes = 10 |
| 228 | def prepare_data(self): |
| 229 | pass |
| 230 | |
| 231 | def transforms(self): |
| 232 | tform = transforms.Compose([ |
nothing calls this directly
no outgoing calls
no test coverage detected