kalyc commented on issue #10123: train_cifar10.py hangs on first epoch in debug mode (4 P100 GPUs) URL: https://github.com/apache/incubator-mxnet/issues/10123#issuecomment-437535891 On v1.3 here's what I got: ``` File "example/image-classification/train_cifar10.py", line 76, in <module> fit.fit(args, sym, data.get_rec_iter) File "/home/ubuntu/incubator-mxnet/example/image-classification/common/fit.py", line 220, in fit lr, lr_scheduler = _get_lr_scheduler(args, kv) File "/home/ubuntu/incubator-mxnet/example/image-classification/common/fit.py", line 53, in _get_lr_scheduler base_lr=args.lr)) TypeError: __init__() got an unexpected keyword argument 'base_lr' ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
