Magic API¶
Phil magic module.
- class phil.magic.ECTConfig(*, num_thetas: int, radius: float, resolution: int, scale: int, normalize: bool = True, seed: int = 0)[source]¶
Bases:
BaseModel- model_config: ClassVar[ConfigDict] = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- normalize: bool¶
- num_thetas: int¶
- radius: float¶
- resolution: int¶
- scale: int¶
- seed: int¶