MCPcopy Index your code
hub / github.com/FinancialComputingUCL/LOBFrame / logger_clean_up

Method logger_clean_up

optimizers/executor.py:179–184  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

177 self.manager.test()
178
179 def logger_clean_up(self):
180 folder_path = f"{logger.find_save_path(self.experiment_id)}/wandb/"
181 try:
182 shutil.rmtree(folder_path)
183 except:
184 pass
185
186

Callers 1

main.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected