ApolloResearch / rib

Library for methods related to the Local Interaction Basis (LIB)
MIT License
3 stars 0 forks source link

Rename torch types #284

Closed danbraunai-apollo closed 6 months ago

danbraunai-apollo commented 6 months ago

Rename torch types

NOTE: I recently turned CI off for PRs pointing at feature/unify because I was expecting to merge, but the --runslow tests pass on my machine

Description

Renames torch types. The most frequent changes are:

as well as other changes that replace "hidden" with "orig" for dimensions that refer to the concatenation of inputs/outputs over their final dimensions, and "hidden" with "emb" for the final dimension of a single input/output of a module.

Does this PR introduce a breaking change?

No