| 35 | |
| 36 | |
| 37 | class CustomWandbLogger(WandbLogger): |
| 38 | # Disable unintended hyperparameter logging (already saved on init) |
| 39 | def log_hyperparams(self, *args, **kwargs): |
| 40 | ... |
| 41 | |
| 42 | |
| 43 | class CustomSaveConfigCallback(SaveConfigCallback): |
nothing calls this directly
no outgoing calls
no test coverage detected