PAIR-code / tiny-transformers

Apache License 2.0
16 stars 2 forks source link

Removed GTensorTree abstractions & made all types be disjunctions #20

Closed iislucas closed 3 months ago

iislucas commented 3 months ago

A rather larger code change than I hoped; but a lot of good simplifications for working with gtensors; and now all types for tiny synthetic worlds are sets of disjunctions, which it turns out you cannot avoid. Next up: still print types in a simpler way?