Closed yoshihiroo closed 4 years ago
https://github.com/oreilly-japan/deep-learning-from-scratch/blob/master/common/trainer.py
25~26行目の下記箇所、rmsprpoはrmspropのタイポと思います。
optimizer_class_dict = {'sgd':SGD, 'momentum':Momentum, 'nesterov':Nesterov, 'adagrad':AdaGrad, 'rmsprpo':RMSprop, 'adam':Adam}
https://github.com/oreilly-japan/deep-learning-from-scratch/blob/master/common/trainer.py
25~26行目の下記箇所、rmsprpoはrmspropのタイポと思います。