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

运行错误 #26

Closed crazywtl closed 2 years ago

crazywtl commented 2 years ago

model/application_classification.cnn.model 在项目中未发现这个模块,需要自己写嘛?

munhouiani commented 2 years ago

Hi,

這個是訓練好的模型,你可以根據 readme 中的步驟自己訓練

python train_cnn.py -d train_test_data/application_classification/train.parquet -m model/application_classification.cnn.model -t app

或是到這邊下載訓練好的模型

https://drive.google.com/file/d/1UgSqcN5SG5hqC2imlYu6bB2f9jD1iiu8/view?usp=sharing

crazywtl commented 2 years ago

十分感谢