MCPcopy Create free account
hub / github.com/openai/point-e / num_classes

Method num_classes

point_e/evals/feature_extractor.py:34–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32 @property
33 @abstractmethod
34 def num_classes(self) -> int:
35 pass
36
37 @abstractmethod
38 def features_and_preds(self, streamer: NpzStreamer) -> Tuple[np.ndarray, np.ndarray]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected