“da1efe24d5437f6945196c6a3783db2e0b48e49d”上不存在“python/paddle/metric/metrics.py”
-
由 Liu Shaofei 提交于
Load/save yaml with script. So as to normalize format/style. No behavior change. Since future changes will be made by scripts, this separates the more meaningful changes (like adding git url/tags) from trivial format changes. require 'yaml' ARGV.each do |f| h = YAML.load_file f File.open(f, 'w') do |fd| fd.write YAML.dump(h) end end Signed-off-by: NLiu Shaofei <liushaofei5@huawei.com> Signed-off-by: NWu Fengguang <wufengguang@huawei.com>
2c6c28e7