Skip to content

HyperMAML warmup - fast_parameters are not updated #6

Description

@kidq330

Reading through and trying to refactor code for the three MAML models I might've come across a bug in the logic - when warmup is used for HyperMAML, and gradients are computed for the fast_parameters list in _update_network_weights, it isn't updated with the gradient values in the same way it is in classic MAML's set_forward method, after each gradient step.
I'm 90% sure this isn't the intended behaviour, hope to hear your thoughts on this.

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