Skip to content

[BUG] ModelCheckpoint Callback results in an error due to unsupported overwrite=True parameter #1242

@hkristof03

Description

@hkristof03

Bug description

The callback ModelCheckpoint calls the model's save method, which is overwritten by the Merlin BaseModel implementation. The callback passes the overwrite=True parameter to the save method, which is not supported and raises an error.

Steps/Code to reproduce bug

  1. Create a ModelCheckpoint callback.
  2. Pass it to the model.fit() method.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions