Skip to content
Snippets Groups Projects
Commit 7e585b01 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 05cc08b5
Branches
No related tags found
No related merge requests found
...@@ -2407,8 +2407,8 @@ def analyze(preds_file, labels, prob_avg, test_file): ...@@ -2407,8 +2407,8 @@ def analyze(preds_file, labels, prob_avg, test_file):
iint = np.where(iint == -1, 0, iint) iint = np.where(iint == -1, 0, iint)
iint = np.where(iint != 0, 1, iint) iint = np.where(iint != 0, 1, iint)
nda[np.logical_and(nda >= 0, nda < 2500)] = 0 nda[np.logical_and(nda >= 0, nda < 3400)] = 0
nda[np.logical_and(nda >= 2500, nda < 15000)] = 1 nda[np.logical_and(nda >= 3400, nda < 15000)] = 1
# nda[np.logical_and(nda >= 8000, nda < 15000)] = 2 # nda[np.logical_and(nda >= 8000, nda < 15000)] = 2
#print(np.sum(nda == 0), np.sum(nda == 1), np.sum(nda == 2)) #print(np.sum(nda == 0), np.sum(nda == 1), np.sum(nda == 2))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment