MCPcopy Create free account
hub / github.com/MotrixLab/ViMoGen / get_default_ar_list

Function get_default_ar_list

datasets/bucket_config.py:85–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83
84
85def get_default_ar_list():
86 ar_list = [1, 1.5, 4 / 3, 16 / 9, 2]
87 ar_list = ar_list + [1 / ar for ar in ar_list[1:]]
88 return sorted(ar_list)
89
90
91def assign_probability(bucket_config, prob_dict):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected