MCPcopy Create free account
hub / github.com/Netflix/void-model / get_data_config

Function get_data_config

config/default_cogvideox.py:24–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 return config
23
24def get_data_config():
25 config = ml_collections.ConfigDict()
26 config.data_rootdir = 'examples'
27
28 config.sample_size = '384x672'
29 config.dilate_width = 11
30 config.max_video_length = 197
31 config.fps = 12
32 return config
33
34
35def get_video_model_config():

Callers 1

get_configFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected