| 123 | num_class = 200 |
| 124 | |
| 125 | class DogsDataModule(_FGVCDataModule): |
| 126 | dataclass = fgvcdata.StanfordDogs |
| 127 | num_class = 120 |
| 128 | |
| 129 | |
| 130 | class StanfordCarsDataModule(_FGVCDataModule): |
nothing calls this directly
no outgoing calls
no test coverage detected