Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kssteven418 authored Dec 23, 2021
1 parent 696138b commit f1d5ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ python run.py --arch ltp-base --task {TASK} --restore {CKPT} --lr {LR} --bs 64 -
The final model will be checkpointed in `{CKPT}/topk/lr_{LR}`.


## Manual(Non-leanrable) Threshold Pruning
## Manual (Non-learnable) Threshold Pruning
Add the following lines in `{CKPT}/config.json`.
```
"prune_mode": "absolute_threshold",
Expand Down

0 comments on commit f1d5ec8

Please sign in to comment.