Browse Source

Update test.py

master
bailulu 3 years ago
parent
commit
714bf8a83d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test.py

+ 1
- 1
test.py View File

@@ -224,7 +224,7 @@ def test(data,
else: else:
nt = torch.zeros(1) nt = torch.zeros(1)


# Print results
# Print results# print a human readable model
pf = '%20s' + '%12i' * 2 + '%12.3g' * 4 # print format pf = '%20s' + '%12i' * 2 + '%12.3g' * 4 # print format
print(pf % ('all', seen, nt.sum(), mp, mr, map50, map)) print(pf % ('all', seen, nt.sum(), mp, mr, map50, map))




Loading…
Cancel
Save