implicit-hyper-opt icon indicating copy to clipboard operation
implicit-hyper-opt copied to clipboard

Error in `Simple Test` command

Open motiwari opened this issue 3 years ago • 0 comments

python mnist_test.py --datasize 40000 --valsize 10000 --lrh 0.01 --epochs=100 --hepochs=10 --l2=1e-5 --restart=10 --model=mlp --dataset=mnist --num_layers=1 --hessian=kfac --jacobian=direct

should be

python mnist_test.py --datasize 40000 --valsize 10000 --lrh 0.01 --epochs=100 --hepochs=10 --l2=1e-5 --restart=10 --model=mlp --dataset=MNIST --num_layers=1 --hessian=KFAC --jacobian=direct

Fixed in https://github.com/ThrunGroup/implicit-hyper-opt

motiwari avatar May 11 '21 21:05 motiwari