Fix the code in TrfUtils.py to correspond to the PyYAML 5.1+ requirements
The function load(input) is deprecated in PyYAML 5.1+, and the explicit specification of the loader like load(input,Loader=yaml.FullLoader) is needed. So, I fix the code of TrfUtils.py to match this requirement.