Closed mttsky closed 8 years ago
You are doing Regression not Classification. The loss should be a Regression loss, since SoftmaxWithLoss is a Classification loss, it won't work.
You are doing Regression not Classification. The loss should be a Regression loss, since SoftmaxWithLoss is a Classification loss, it won't work.