(self)
| 79 | |
| 80 | @property |
| 81 | def num_classes(self) -> int: |
| 82 | return 40 |
| 83 | |
| 84 | def features_and_preds(self, streamer: NpzStreamer) -> Tuple[np.ndarray, np.ndarray]: |
| 85 | batch_size = self.device_batch_size * len(self.devices) |
nothing calls this directly
no outgoing calls
no test coverage detected