Skip to content

add training for LSTM models completely on device #14705

@reidisaki

Description

@reidisaki

🚀 The feature, motivation and pitch

I've seen lots of examples of tuning embeddings, centroids and adding weights to the dense heads of an LSTM model but I want to know if it's possible to basically pass in data for the model to be trained on fully on device.

This way there are no privacy concerns and it's all personalized on device. Currently I've seen use cases for LLM's and things that aren't personalized so you can keep the underlying model frozen but that won't fit my usecase.

Alternatives

With powerful devices coming out, and if we can have the model be trained on off hours when the users device is charging and plugged in I'm wondering if this is feasible, given that the data might not be large.

Additional context

No response

RFC (Optional)

No response

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