Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chaoshangcs/GTS
/ main
Function
main
scripts/generate_visualization_data.py:115–117 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
113
114
115
def
main(args):
116
print(
"Generating training data"
)
117
generate_train_val_test(args)
118
119
120
if
__name__ ==
"__main__"
:
Callers
1
generate_visualization_data.py
File · 0.70
Calls
1
generate_train_val_test
Function · 0.70
Tested by
no test coverage detected