ggt.modules =========== .. py:module:: ggt.modules Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/ggt/modules/autocrop/index /autoapi/ggt/modules/inference/index /autoapi/ggt/modules/result_aggregator/index Functions --------- .. autoapisummary:: ggt.modules.predict Package Contents ---------------- .. 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