hyrax.verbs.infer
=================

.. py:module:: hyrax.verbs.infer


Attributes
----------

.. autoapisummary::

   hyrax.verbs.infer.logger


Classes
-------

.. autoapisummary::

   hyrax.verbs.infer.Infer


Module Contents
---------------

.. py:data:: logger

.. py:class:: Infer(config)

   Bases: :py:obj:`hyrax.verbs.verb_registry.Verb`


   Inference verb

   .. py:method:: __init__

   Overall initialization for all verbs that saves the config


   .. py:attribute:: cli_name
      :value: 'infer'



   .. py:attribute:: add_parser_kwargs


   .. py:attribute:: description
      :value: 'Run inference on a model using a dataset.'



   .. py:attribute:: REQUIRED_DATA_GROUPS
      :value: ('infer',)



   .. py:attribute:: OPTIONAL_DATA_GROUPS
      :value: ()



   .. py:method:: setup_parser(parser)
      :staticmethod:


      We don't need any parser setup for CLI opts



   .. py:method:: run_cli(args=None)

      CLI stub for Infer verb



   .. py:method:: run()

      Run inference on a model using a dataset

      :param config: The parsed config file as a nested dict
      :type config: dict



