- I am trying to use the alexnet to do regression on human pose estimation using MatConvNet.
- When i train the net for the first two epochs, the loss is decreasing quick. But after than, the loss is not decreasing anymore and when i visualise the first feature map, it shows just random noise.
- The code can be found in https://github.com/MaxChu719/HumanPoseEstimation.
- I already tried using different learning rate. When the learning rate is too high, it will diverge very quickly. If the learning rate is around 0.0001, it will starting decreasing the loss for two epochs. See the figure of the loss: Loss
Asked
Active
Viewed 204 times
0

Max Shek-wai Chu
- 21
- 7
-
What is the question – Ander Biguri Oct 05 '16 at 07:52
-
I think he wants to know why it stopped learning. I think you already have good result. if you to try more try to start with high learning rate and decrease it after several epochs. – Feras Feb 28 '17 at 11:52