[Sloved] Why my loss not decreasing - PyTorch Forums
https://discuss.pytorch.org/t/sloved-why-my-loss-not-decreasing/1592404.04.2018 · Hi, I am new to deeplearning and pytorch, I write a very simple demo, but the loss can’t decreasing when training. Any comments are highly appreciated! I want to use one hot to represent group and resource, there are 2 group and 4 resouces in training data: group1 (1, 0) can access resource 1(1, 0, 0, 0) and resource2(0, 1, 0, 0) group2(0, 1) can access resource3(0, 0, 1, …