#8 Vision MoE — sparse to soft
· One min read
A working notebook on Vision MoE — from V-MoE's hard top- routing to Soft MoE's continuous slot-based formulation.
Mixture of Experts
View All TagsA working notebook on Vision MoE — from V-MoE's hard top- routing to Soft MoE's continuous slot-based formulation.
A hand-written LSTM with a sparse Mixture-of-Experts FFN between two recurrent layers, trained on Tiny Shakespeare. Anchor: Shazeer et al., Outrageously Large Neural Networks (2017) — the original LSTM-with-MoE paper.
Full runnable notebook: createcentury/jax-flax-optax-lab — 02-lstm-moe.