:py:mod:`mlair.run_modules.partition_check` =========================================== .. py:module:: mlair.run_modules.partition_check Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: mlair.run_modules.partition_check.PartitionCheck Attributes ~~~~~~~~~~ .. autoapisummary:: mlair.run_modules.partition_check.__author__ mlair.run_modules.partition_check.__date__ .. py:data:: __author__ :annotation: = Felix Kleinert .. py:data:: __date__ :annotation: = 2020-04-07 .. py:class:: PartitionCheck Bases: :py:obj:`mlair.run_modules.run_environment.RunEnvironment` Checking if running on a HPC login node. The only reason to run on login nodes is to download data. Training and validation should happen on compute nodes Note: This Method is highly customised to the HCP-systems in Juelich (FZJ, JSC). When using an other HPC system, make sure to double check the indexing of `self.data_store.get('hostname')'. .. py:method:: _run(self)