MCPcopy
hub / github.com/geekcomputers/Python / info

Method info

ML/src/python/neuralforge/utils/logger.py:42–43  ·  view source on GitHub ↗
(self, message: str)

Source from the content-addressed store, hash-verified

40 self.info(f"Logger initialized. Logging to: {log_file}")
41
42 def info(self, message: str):
43 self.logger.info(message)
44
45 def warning(self, message: str):
46 self.logger.warning(message)

Callers 15

mainFunction · 0.95
__init__Method · 0.95
log_metricsMethod · 0.95
log_model_summaryMethod · 0.95
separatorMethod · 0.95
mainFunction · 0.95
reading_csv.pyFile · 0.80
CSV_file.pyFile · 0.80
__init__Method · 0.80
trainMethod · 0.80
save_checkpointMethod · 0.80
load_checkpointMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected