treelstm.pytorch
treelstm.pytorch copied to clipboard
lr is different with the original paper
I noticed that lr in code is 0.01 while paper is 0.05 with adagrad, and I tried with 0.05 to train the model but train loss doesn't decrease at all, may be due to the high lr ?
Why you set lr to 0.01 ? And since lr is different, may be there is a bug in code ?