Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjrd/self-supervised-pretraining
/ setup_plot
Function
setup_plot
utils/plot-results.py:150–151 ·
view source on GitHub ↗
(width=300)
Source
from the content-addressed store, hash-verified
148
return
fig_dim
149
150
def
setup_plot(width=300):
151
return
plt.subplots(1, 1, figsize=set_size(width))
152
153
154
def
main(args):
Callers
1
gen_plots
Function · 0.70
Calls
1
set_size
Function · 0.70
Tested by
no test coverage detected