JordanAsh/badge

Typo in run.py

Opened this issue · 0 comments

badge/run.py

Line 56 in b170600

if 'CIFAR' in opts.data: args.lamb = 1e-2

if 'CIFAR' in opts.data: args.lamb = 1e-2

The 'args.lamb' should be opts. lamb.