Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorchSSL/TorchSSL
/ plot_stats
Method
plot_stats
custom_writer.py:87–88 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
85
return
keys2
86
87
def
plot_stats(self):
88
self.matplotlib_plot(self.log_dir)
89
90
def
matplotlib_plot(self, output_dir: Union[str, Path]):
91
""
"Plot stats using Matplotlib and save images."
""
Callers
1
update
Method · 0.80
Calls
1
matplotlib_plot
Method · 0.95
Tested by
no test coverage detected