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

Class config

astroclip/astrodino/utils.py:227–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225
226 # Set up config to pass to AstroDINO
227 class config:
228 output_dir = astrodino_output_dir
229 config_file = astrodino_config_file
230 pretrained_weights = astrodino_pretrained_weights
231 opts = []
232
233 sys.stdout = open(os.devnull, "w") # Redirect stdout to null
234 astrodino, _ = setup_and_build_model(config())

Callers 1

setup_astrodinoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected