MCPcopy Create free account
hub / github.com/PolymathicAI/AstroCLIP / config

Class config

astroclip/models/astroclip.py:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185 # Define DINO config
186 class config:
187 output_dir = save_directory
188 config_file = config
189 pretrained_weights = model_weights
190 opts = []
191
192 # Define DINO model
193 sys.stdout = open(os.devnull, "w") # Redirect stdout to null

Callers 1

__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected