INNER CODE UNIT · Python
save_yaml_cache
unrealcv/synthetic-computer-vision · src/scholarutil.py:99
def save_yaml_cache(cache_file, obj):
print 'Save obj to cache %s' % cache_file
with open(cache_file, 'w') as f:
yaml.dump(obj, f)
INNER CODE UNIT · Python
unrealcv/synthetic-computer-vision · src/scholarutil.py:99
def save_yaml_cache(cache_file, obj):
print 'Save obj to cache %s' % cache_file
with open(cache_file, 'w') as f:
yaml.dump(obj, f)