Yufeng Xiong

Results 2 comments of Yufeng Xiong

I guess it's due to the optimizer setting, since I modified the update rule to: `optimizer = torch.optim.SGD(model.parameters(), lr=0.1, momentum=0.9)` the loss decreases dramatically.

@Andy-jqa @hunkim Sorry for the late reply. I think we can improve the model's performance from the following aspects: 1. add more layers or increase the number of nodes in...