MCPcopy Index your code
hub / github.com/OpenGVLab/HumanBench / __init__

Method __init__

PATH/core/solvers/solver_multitask_dev.py:57–61  ·  view source on GitHub ↗
(self, C)

Source from the content-addressed store, hash-verified

55class SolverMultiTaskDev(SolverDeter):
56
57 def __init__(self, C):
58 super().__init__(C)
59 if 'SLURM_NODELIST' in os.environ:
60 printlog(f"hostnames: {os.environ['SLURM_NODELIST']}")
61 printlog(f"NODEID: {os.environ['SLURM_NODEID']} - {os.environ['SLURMD_NODENAME']}")
62
63 def initialize(self, args):
64 self.create_dataset()

Callers

nothing calls this directly

Calls 2

printlogFunction · 0.90
__init__Method · 0.45

Tested by

no test coverage detected