Skip to content

Freeze #180

Description

@MisterMandarino

Make the possibility to freeze the parameters during training.

Very useful in model composition, for example:
""" python
model1 = nnodely.load(path)
model2 = model1(x) + ...
model2.train(freeze=model1)
"""

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    • Status
      Backlog

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions