gcr / torch-residual-networks

This is a Torch implementation of ["Deep Residual Learning for Image Recognition",Kaiming He, Xiangyu Zhang, Shaoqing Ren, Jian Sun](http://arxiv.org/abs/1512.03385) the winners of the 2015 ILSVRC and COCO challenges.
zlib License
576 stars 145 forks source link

What is your Machine and Runtime Configuration? #15

Open whatbeg opened 7 years ago

whatbeg commented 7 years ago

What is your Machine (Runtime Env.) Configuration ? like number of GPUs, and some other configuration info. like true batchsize, etc.

And another question is, in part of "Alternate training strategies", you didn't add Adam and other optim. strategies, why? and how does these optim. stategies' initial learning rate are set ? Is it "Try one by one" ?

thks.