MCPcopy Create free account
hub / github.com/geekcomputers/Python / close

Method close

ML/src/python/neuralforge/utils/logger.py:113–115  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111 self.writer.add_graph(model, input_to_model)
112
113 def close(self):
114 if self.enabled:
115 self.writer.close()

Callers 6

plot_training_curvesFunction · 0.45
plot_learning_rateFunction · 0.45
plot_confusion_matrixFunction · 0.45
visualize_architectureFunction · 0.45
plot_nas_historyFunction · 0.45
plot_gradient_flowFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected