Skip to content
Snippets Groups Projects
Commit 72f26282 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 6166f9e7
Branches
No related tags found
No related merge requests found
......@@ -557,8 +557,8 @@ def process(ice_dct, no_ice_dct, neg_ice_dct):
ridxs = np.random.permutation(np.arange(no_ice_keys.shape[0]))
no_ice_keys = no_ice_keys[ridxs]
no_ice_tidx = no_ice_tidx[ridxs]
no_ice_keys = no_ice_keys[::8]
no_ice_tidx = no_ice_tidx[::8]
no_ice_keys = no_ice_keys[::10]
no_ice_tidx = no_ice_tidx[::10]
print('no ice reduced: ', no_ice_keys.shape[0])
sidxs = np.argsort(no_ice_keys)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment