seungu-ji
Results
1
issues of
seungu-ji
Looking through the code, I found a problem again. In, train.py 153~156 lines. ``` model = D3().float() model = model.to(device) Loss_fun = nn.MSELoss() optimizer = optim.Adam(net.parameters(), lr = learning_rate) ```...