We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720cb4c commit 73b1052Copy full SHA for 73b1052
examples/guarantee_preprocessed.py
@@ -18,7 +18,7 @@
18
pp = Preprocessor(conf)
19
pp.clean_shot_lists()
20
shot_list = pp.preprocess_all()
21
-#sorted(shot_list)
+sorted(shot_list,key = lambda shot: shot.get_number())
22
shot_list_train,shot_list_test = shot_list.split_train_test(conf)
23
num_shots = len(shot_list_train) + len(shot_list_test)
24
validation_frac = conf['training']['validation_frac']
0 commit comments