BeechburgPieStar / FS-SEI

A few-shot learning method for specific emitter identification or radio frequency fingerprintinig
41 stars 8 forks source link

testdataset问题 #3

Open DylanCZW opened 2 months ago

DylanCZW commented 2 months ago

STC-CVCNN_Test: train LR classifer with few-shot training dataset (1-5-10-15-20 shots), and test it on test dataset. Here, this code executes 100 times, because different few-shot training datasets have different performance. 这个当中的test_dataset中只有fewshot的数据吗,也就是最后的结果是那十类的分类准确率吗,不知道我这样理解是否有误

BeechburgPieStar commented 2 months ago

你可以看下我的数据集。我的数据集除了90类那个,还有一个10类的train和test。在STC-CVCNN_Test中,从10类的train里面抽取1-5-10-15-20 shots的样本训练LR分类器,然后在10类的test数据上测试(这个train和test的数据并不重复),得到10类的分类准确率。

DylanCZW commented 1 month ago

感谢