Hi,
I've noticed that the paths in the hparams.yaml (in resemble-enhance-0.0.1\resemble_enhance\model_repo\enhancer_stage2) file are currently being serialized using pathlib.PosixPath, which causes issues when running the code on Windows. To ensure cross-platform compatibility, it would be great if you could update the paths to use pathlib.Path instead of pathlib.PosixPath.
This change would make the code work seamlessly across all platforms (Linux, macOS, Windows).
Thanks!