Showing
1 changed file
with
1 additions
and
3 deletions
| 1 | -# khu_capstone_1 | ||
| 2 | - | ||
| 3 | ## 연합학습 기반 유해트래픽 탐지 | 1 | ## 연합학습 기반 유해트래픽 탐지 |
| 4 | - Pytorch | 2 | - Pytorch |
| 5 | - CAN protocol 유해 트래픽 데이터 셋 | 3 | - CAN protocol 유해 트래픽 데이터 셋 |
| ... | @@ -8,6 +6,6 @@ | ... | @@ -8,6 +6,6 @@ |
| 8 | ## Model train | 6 | ## Model train |
| 9 | - Install [PyTorch](http://pytorch.org) | 7 | - Install [PyTorch](http://pytorch.org) |
| 10 | - Train model | 8 | - Train model |
| 11 | -```bash | 9 | +``` |
| 12 | python3 fed_train.py --packet_num 3 --fold_num 0 --batch_size 128 --lr 0.001 --n_nets 100 --comm_type fedprox --comm_round 50 | 10 | python3 fed_train.py --packet_num 3 --fold_num 0 --batch_size 128 --lr 0.001 --n_nets 100 --comm_type fedprox --comm_round 50 |
| 13 | ``` | 11 | ``` | ... | ... |
-
Please register or login to post a comment