This commit is contained in:
Glenn Jocher 2019-12-09 13:37:58 -08:00
parent 3bfbab7afd
commit a6980a0f14
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ def parse_model_cfg(path):
else:
mdefs[-1][key] = val.strip()
# Print cfg fields
# f = []
# for x in mdefs[1:]:
# [f.append(k) for k in x if k not in f]
# print(len(f), f)
return mdefs