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

Method default_batch_size

point_e/models/sdf.py:21–25  ·  view source on GitHub ↗

Get a reasonable default number of query points for the model. In some cases, this might be the only supported size.

(self)

Source from the content-addressed store, hash-verified

19 @property
20 @abstractmethod
21 def default_batch_size(self) -> int:
22 """
23 Get a reasonable default number of query points for the model.
24 In some cases, this might be the only supported size.
25 """
26
27 @abstractmethod
28 def encode_point_clouds(self, point_clouds: torch.Tensor) -> Dict[str, torch.Tensor]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected