What problem does it solve? Replicating the Tensor Programs TP4 paper experiments requires correctly implementing infinite-width neural network limits (Gaussian Process, NTK, muP) and wiring them into MAML meta-learning and Word2Vec training pipelines, which is error-prone without a structured reference. ## Core Features & Use Cases - Infinite-Width Model Library: Provides InfGP1LP, InfNTK1LP, and FinGP1LP models plus InfSGD and InfMultiStepLR optimizers with correct infinite-width scaling. - MAML Meta-Learning: Runs finite and infinite-width MAML on Omniglot few-shot classification via train.py with the --inf flag. - Word2Vec Replication: Builds modified C Word2Vec binaries and trains finite or infinite-width embeddings on text8 and fil9 datasets. - Use Case: A researcher studying feature learning versus kernel regimes can run train_all.sh to reproduce all TP4 MAML configurations and compare finite-width baselines against GP and NTK limits. ## Quick Start Ask the assistant to set up the TP4MAML environment and run a 5-way 1-shot infinite-width MAML experiment on Omniglot.