alexgkendall / SegNet-Tutorial

Files for a tutorial to train SegNet for road scenes using the CamVid dataset
http://mi.eng.cam.ac.uk/projects/segnet/tutorial.html
847 stars 517 forks source link

Add "AdaGrad" to solver file fails #47

Open Timo-hab opened 8 years ago

Timo-hab commented 8 years ago

Hi

if I add "AdaGrad" to segnet_solver.prototxt i get following error: Message type "caffe.SolverParameter" has no field named "type".

Is this due to segnet-caffe? Is there a workaround?

Best Timo

kevin0932 commented 7 years ago

Hi Timo @Timo-hab,

currently I am trying to integrate other solvers provided by new caffe-master into segnet and run into similar errors. Have you solved the problem? I am really appreciated if you can share your experience with me.

Best, Kevin

Timo-hab commented 7 years ago

Not really. Have you tried it with caffe-segnet-cudnn5? https://github.com/TimoSaemann/caffe-segnet-cudnn5

kevin0932 commented 7 years ago

Thanks a lot, @Timo! I will give it a try :)

Timo-hab commented 7 years ago

Did it work?