Skip to content

Improve memory efficiency of FP16 optimizer #139

@guillaumekln

Description

@guillaumekln

The pytorch/fairseq team improved the memory effiency of their FP16 optimizer by converting the FP16 parameters to FP32 on the fly instead of keeping a static copy, see facebookresearch/fairseq#404.

Are there any plans to implement this optimization here?

Thanks!

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