:py:mod:`ggt.modules` ===================== .. py:module:: ggt.modules Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 autocrop/index.rst inference/index.rst result_aggregator/index.rst Package Contents ---------------- Functions ~~~~~~~~~ .. autoapisummary:: ggt.modules.predict .. py:function:: predict(model_path, dataset, cutout_size, channels, parallel=False, batch_size=256, n_workers=1, model_type='ggt', n_out=1, mc_dropout=False, dropout_rate=None) Using the model defined in model path, return the output values for the given set of images