munhouiani / Deep-Packet

Pytorch implementation of deep packet: a novel approach for encrypted traffic classification using deep learning
MIT License
183 stars 56 forks source link

The size of train set and test set is wired #20

Closed MrShellx-1999820 closed 2 years ago

MrShellx-1999820 commented 2 years ago

I have followed the steps in your github and blog, everything went well except for the size of train and test set. In the fold \train_test_data\application_classification\test.parquet, the total size of data is 2.49 GB while that in \train_test_data\application_classification\train.parquet is only 37.6 MB. Is that OK?

munhouiani commented 2 years ago

See https://github.com/munhouiani/Deep-Packet/issues/17#issuecomment-1013428752

MrShellx-1999820 commented 2 years ago

I see, thank you!