This commit is contained in:
2026-06-13 11:54:58 +08:00
parent 5a5f103ef6
commit 9690971f43
4 changed files with 42 additions and 23 deletions

View File

@@ -287,6 +287,7 @@ class Decoder_main(threading.Thread):
if trainTrial.shape[1] == (self.train_epoch[1] - self.train_epoch[0]) and isinstance(
self.trainLabel, list) \
and self.trainLabel.count(self.currentLabel) < self.single_train:
algo_log(f"SSMVEP训练集{np.shape(self.trainData)}", level="DEBUG")
self.trainData.append(trainTrial)
self.trainLabel.append(self.currentLabel)
else: