test.py: scores = metrics(reference, test) example_use: scores = metrics(path_to_estimate_file, path_to_reference) Which of the above two is correct?
test.py: scores = metrics(reference, test)
example_use: scores = metrics(path_to_estimate_file, path_to_reference)
Which of the above two is correct?