Skip to content

Only save linear_projector during pretraining #5

Description

@Thytu

In the current state, SMIT. will save the whole model (encoder + projector + decoder) during the pretraining. As only the linear_projector is trained during pre-training, this unnecessarily consumes disk space.

During the pretraining stage, the Trainer should only saves the linear_projector in order to limit disk usage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions