Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 190 Bytes

REPRODUCING.md

File metadata and controls

5 lines (4 loc) · 190 Bytes

Create model

python src/mnist_mlp_train.py --seed 0 --optimizer sgd --learning-rate 1e-3 --test

Weight matching

python src/mnist_mlp_weight_matching.py --model-a mlp_0 --model-b mlp_1