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

snapshot...

parent 8a70d5e9
No related branches found
No related tags found
No related merge requests found
...@@ -467,6 +467,8 @@ def analyze_all(ice_dct, no_ice_dct, neg_ice_dct): ...@@ -467,6 +467,8 @@ def analyze_all(ice_dct, no_ice_dct, neg_ice_dct):
ice_keys_2 = np.array(ice_keys_2) ice_keys_2 = np.array(ice_keys_2)
print('2: ', ice_times_2.shape) print('2: ', ice_times_2.shape)
np.random.shuffle(ice_times_2) np.random.shuffle(ice_times_2)
np.random.shuffle(ice_keys_2)
ice_keys_2 = ice_keys_2[0:30000]
#ice_times_2 = ice_times_2[0:30000] #ice_times_2 = ice_times_2[0:30000]
ice_times_1 = np.array(ice_files_1) ice_times_1 = np.array(ice_files_1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment