TaeYoung Kim

Results 2 comments of TaeYoung Kim

While I was testing this bug, I found that this happens when we have too many data points, without multi dimensional input. 1. If we change train_x to `train_x =...

> `Epoch: 3, Train Loss: 1.83698086543, Val Loss: 1.95342421833, Test Acc: 0%` 가 출력되는 print문도 같이 보여주시겠어요? ``` correct = 0 model.eval() optimizer.zero_grad() for input_X, true_y in test_loader: input_X =...