In torchscale/component/multiway_network.py line 48, a class named MutliwayEmbedding is defined. This should be MultiwayEmbedding ("Mutli" vs "Multi").
|
class MutliwayEmbedding(MultiwayNetwork): |
This is also referenced in /torchscale/model/BEiT3.py lines 13 and 33. I have the fix as a commit on my local device, but don't know how to push it upstream (I keep getting permissions issues and suspect there's a process for getting my branch pushed up).
In
torchscale/component/multiway_network.pyline 48, a class namedMutliwayEmbeddingis defined. This should beMultiwayEmbedding("Mutli" vs "Multi").torchscale/torchscale/component/multiway_network.py
Line 48 in 4d1e0e8
This is also referenced in
/torchscale/model/BEiT3.pylines 13 and 33. I have the fix as a commit on my local device, but don't know how to push it upstream (I keep getting permissions issues and suspect there's a process for getting my branch pushed up).