Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2-capstone-design1
/
HCS_project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김지훈
2020-11-28 10:18:11 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0fcdccc8a62c20e2a57c9c8afd834d23661214d8
0fcdccc8
1 parent
cc1d82f7
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
코드/연합학습/README.md
코드/연합학습/README.md
View file @
0fcdccc
# khu_capstone_1
## 연합학습 기반 유해트래픽 탐지
-
Pytorch
-
CAN protocol 유해 트래픽 데이터 셋
...
...
@@ -8,6 +6,6 @@
## Model train
-
Install
[
PyTorch
](
http://pytorch.org
)
-
Train model
```
bash
```
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
```
...
...
Please
register
or
login
to post a comment