ggt.modules.inference ===================== .. py:module:: ggt.modules.inference Attributes ---------- .. autoapisummary:: ggt.modules.inference.log_fmt Functions --------- .. autoapisummary:: ggt.modules.inference.predict ggt.modules.inference.main Module 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 .. py:function:: main(model_path, output_path, data_dir, cutout_size, channels, parallel, slug, split, normalize, batch_size, n_workers, label_cols, model_type, repeat_dims, label_scaling, mc_dropout, dropout_rate, transform, errors, cov_errors, n_runs, ini_run_num, labels, scaling_data_dir, scaling_slug) .. py:data:: log_fmt :value: '%(asctime)s - %(name)s - %(levelname)s - %(message)s'