Pangu ===== PANGU ----- ArchesWeather ~~~~~~~~~~~~~ .. mermaid:: classDiagram class ArchesWeather { +bool onnx_supported +tuple supported_num_spatial_dims +bool features_last +bool register +forward() tuple } class BaseModel { } <> BaseModel BaseModel <|-- ArchesWeather : herits class ModelABC { +bool register +int in_channels +int out_channels +tuple input_shape +check_required_attributes() None } <> ModelABC ModelABC <|-- ArchesWeather : herits class Module <> Module Module <|-- ArchesWeather : herits .. autosummary:: :toctree: generated :nosignatures: ~mfai.pytorch.models.archesweather.ArchesWeather PanguWeather ~~~~~~~~~~~~ .. mermaid:: classDiagram class PanguWeather { +bool onnx_supported +Tuple supported_num_spatial_dims +bool features_last +bool register +forward() Tuple } class BaseModel { } <> BaseModel BaseModel <|-- PanguWeather : herits class ModelABC { +bool register +int in_channels +int out_channels +tuple input_shape +check_required_attributes() None } <> ModelABC ModelABC <|-- PanguWeather : herits class Module <> Module Module <|-- PanguWeather : herits .. autosummary:: :toctree: generated :nosignatures: ~mfai.pytorch.models.pangu.PanguWeather