MCPcopy Create free account
hub / github.com/chenhaoxing/HDNet / __init__

Method __init__

options/base_options.py:16–18  ·  view source on GitHub ↗

Reset the class; indicates the class hasn't been initailized

(self)

Source from the content-addressed store, hash-verified

14 """
15
16 def __init__(self):
17 """Reset the class; indicates the class hasn't been initailized"""
18 self.initialized = False
19
20 def initialize(self, parser):
21 """Define the common options that are used in both training and test."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected