Run the following command to run convex and non-convex optimization methods on CIFAR-10 dataset:

python3 convexnn_pathnorm.py --dataset CIFAR10 --num_neurons 100 --num_path 40 --P 40 --n_epochs 200 50 --lr 5e-3 5e-7 --solver sgd sgd --schedule 0  --save 0




