Skip to content

Minimize disk usage #10

@simonlindholm

Description

@simonlindholm

So it fits on a phone, for instance. Currently the word2vec model uses ~50MB, which we could reduce by:

  • using fewer words, winning say a factor of 2
  • using half-floats instead of floats, winning a factor of 2
  • storing similarities between each dictionary word and Codenames word instead of vectors, winning a factor of 300/100=3 (makes it impossible to play with custom words, though)

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