Skip to content

Update Path Handling for Cross-Platform Compatibility #65

@Mahdyy02

Description

@Mahdyy02

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions