这是indexloc提供的服务,不要输入任何密码
Skip to content

save_checkpoint_fn is expected to have no return value but WandbLogger use it as checkpoint_path #658

@chengruiz

Description

@chengruiz

save_checkpoint_fn: Optional[Callable[[int, int, int], None]] = None,

checkpoint_path = save_checkpoint_fn(epoch, env_step, gradient_step)

So when I use WandbLogger and save_checkpoint_fn, I meet a Error:
ValueError: Path is not a file: None

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions