TODO comment

This commit is contained in:
Clemens Dautermann 2020-01-28 15:37:30 +01:00
parent 459caccfe2
commit fe369fcba6

View file

@ -90,6 +90,7 @@ def buildsets():
return trainset, testset return trainset, testset
# TODO testnet is wrong since batching has been implemented
def testnet(net, testset, device): def testnet(net, testset, device):
correct = 0 correct = 0
total = 0 total = 0