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

Class CustomWandbLogger

astroclip/callbacks.py:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37class CustomWandbLogger(WandbLogger):
38 # Disable unintended hyperparameter logging (already saved on init)
39 def log_hyperparams(self, *args, **kwargs):
40 ...
41
42
43class CustomSaveConfigCallback(SaveConfigCallback):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected