Unverified Commit 049e14f0 authored by Pranav Dayanand Pawar's avatar Pranav Dayanand Pawar Committed by GitHub
Browse files

very minor spelling correction in script command (#5090)

actual script name - counts_parameters.py
parent 20fa8289
......@@ -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:
```bash
python examples/movement-pruning/count_parameters.py \
python examples/movement-pruning/counts_parameters.py \
--pruning_method sigmoied_threshold \
--threshold 0.1 \
--serialization_dir $SERIALIZATION_DIR
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment