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

minor...

parent d5355489
No related branches found
No related tags found
No related merge requests found
......@@ -418,7 +418,7 @@ def process_2(ice_dct, no_ice_dct, neg_ice_dct):
print('2: ', ice_keys_2.shape)
np.random.seed(42)
np.random.shuffle(ice_keys_2)
ice_keys_2 = ice_keys_2[0:60000]
ice_keys_2 = ice_keys_2[0:70000]
ice_keys_1 = np.array(ice_keys_1)
print('1: ', ice_keys_1.shape)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment