Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_curves
Function · 0.45
plot_learning_rate
Function · 0.45
plot_confusion_matrix
Function · 0.45
visualize_architecture
Function · 0.45
plot_nas_history
Function · 0.45
plot_gradient_flow
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected