1) removed two non-pitch guidance functions from data_utils
2) using the same audio loader and collate functions regardless of pitch guidance
3) added proper device handling instead of a command line parameter
4) removed most of pitch guidance code branching, now net_g gets None values for pitch and pitchf
5) removed 2 copy-pasted calls for extact_model
6) streamlined the pipeline logic
Description
Motivation and Context
How has this been tested?
Screenshots (if appropriate):
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Checklist:
[ ] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
1) removed two non-pitch guidance functions from data_utils 2) using the same audio loader and collate functions regardless of pitch guidance 3) added proper device handling instead of a command line parameter 4) removed most of pitch guidance code branching, now net_g gets None values for pitch and pitchf 5) removed 2 copy-pasted calls for extact_model 6) streamlined the pipeline logic
Description
Motivation and Context
How has this been tested?
Screenshots (if appropriate):
Types of changes
Checklist: