PyTorch-GANSER
PyTorch-GANSER copied to clipboard
我不太理解表3和表8的含义。 I don't quite understand the meaning of Table 3 and table 8.
表三说是subject-dependent的实验,然后acc能到93.86. 表八说的是subject-denpendent泛化能力不足,然后acc只有不到50.请问你这两张表对于的实验都是怎么做的。不太懂啊。
Table 3 shows the subject dependent experiment, and ACC can reach 93.86
Table 8 says that the generalization ability of subject dependent is insufficient, and ACC is less than 50 How do you do the experiments in these two tables. I don't quite understand.
Table 3 shows the result of subject-dependent Table 8 shows the result of the subject-independent (leave-one-subject-out settings) Btw, the train_test_split method used in this paper is not standard. I think it should not be divided randomly, but should be divided by trial (within the subject: subject-dependent) and subject (between the subjects: subject-independent)