Mentions légales du service

Skip to content
Snippets Groups Projects
  • ANDREY Paul's avatar
    5f33eef6
    Revise 'HaikuModel' backend. · 5f33eef6
    ANDREY Paul authored
    * Add proper weights and gradients naming.
    * Store the model's nested dict of parameters rather than its
      flattened counterpart.
    * Refactor some backend code to improve readability of gradients
      computation.
    * Add a public getter to access weights' names, opt. restricted
      to trainable ones.
    * Revise `set_trainable_weights` to received lists of names rather
      than indices. Keep support for predicates and PyTree inputs.
    5f33eef6
    History
    Revise 'HaikuModel' backend.
    ANDREY Paul authored
    * Add proper weights and gradients naming.
    * Store the model's nested dict of parameters rather than its
      flattened counterpart.
    * Refactor some backend code to improve readability of gradients
      computation.
    * Add a public getter to access weights' names, opt. restricted
      to trainable ones.
    * Revise `set_trainable_weights` to received lists of names rather
      than indices. Keep support for predicates and PyTree inputs.