Compute submodule ============================= .. toctree:: :maxdepth: 3 Overview ----------------- .. code-block:: text ┌─────────────────────────────────────────────────┐ │ import aubellhop as bh │ ├─────────────────────────────────────────────────┤ │ bh.compute(env, task=["..."]) │ │ → run computations using the auto model │ │ │ │ bh.compute(env, task=["..."], model=["..."]) │ │ → run computations using the specified model │ └─────────────────────────────────────────────────┘ Compute submodel ----------------- .. automodule:: aubellhop.compute :members: