zhanghang1989 / ResNet-Matconvnet

Train Deep Residual Network from Scratch or or Fine-tune Pre-trained Model using Matconvnet
http://zhanghang1989.github.io/ResNet/
MIT License
82 stars 44 forks source link

Error using vl_argparse (line 99) Unknown parameter 'reluafterSum' #6

Closed wajihullahbaig closed 8 years ago

wajihullahbaig commented 8 years ago

for the following command run_cifar_experiments([20 32], 'plain','gpus',[1], 'reluaftersum',false);I keep getting the error

Error using vl_argparse (line 99) Unknown parameter 'reluafterSum'

zhanghang1989 commented 8 years ago

You can use the following command as in the instructions

res_cifar(20, 'modelType', 'resnet', 'reLUafterSum', false,...
    'expDir', 'data/exp/cifar-resNOrelu-20', 'gpus', [2])

or you can simply add one line to run_cifar_experiment