From 049e14f0e3079a686223297bb7d5c7862eafda0d Mon Sep 17 00:00:00 2001 From: Pranav Dayanand Pawar <39311422+pranavpawar3@users.noreply.github.com> Date: Thu, 18 Jun 2020 01:38:43 +0530 Subject: [PATCH] very minor spelling correction in script command (#5090) actual script name - counts_parameters.py --- examples/movement-pruning/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/movement-pruning/README.md b/examples/movement-pruning/README.md index 09f769e81d..322f2b1bf9 100644 --- a/examples/movement-pruning/README.md +++ b/examples/movement-pruning/README.md @@ -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