very minor spelling correction in script command (#5090)
actual script name - counts_parameters.py
This commit is contained in:
committed by
GitHub
parent
20fa828984
commit
049e14f0e3
@@ -140,7 +140,7 @@ Regularization based pruning methods (soft movement pruning and L0 regularizatio
|
|||||||
To obtain the effective sparsity level in the encoder, we simply count the number of activated (non-null) weights:
|
To obtain the effective sparsity level in the encoder, we simply count the number of activated (non-null) weights:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python examples/movement-pruning/count_parameters.py \
|
python examples/movement-pruning/counts_parameters.py \
|
||||||
--pruning_method sigmoied_threshold \
|
--pruning_method sigmoied_threshold \
|
||||||
--threshold 0.1 \
|
--threshold 0.1 \
|
||||||
--serialization_dir $SERIALIZATION_DIR
|
--serialization_dir $SERIALIZATION_DIR
|
||||||
|
|||||||
Reference in New Issue
Block a user