Skip to content

Instantly share code, notes, and snippets.

@crcrpar
Created March 3, 2021 01:13
Show Gist options
  • Save crcrpar/d47b09735d49c6d218949af2b739076f to your computer and use it in GitHub Desktop.
Save crcrpar/d47b09735d49c6d218949af2b739076f to your computer and use it in GitHub Desktop.
diff --git a/optuna/integration/allennlp.py b/optuna/integration/allennlp.py
index 872ed56f..5e8c7d7c 100644
--- a/optuna/integration/allennlp.py
+++ b/optuna/integration/allennlp.py
@@ -383,7 +383,7 @@ class AllenNLPPruningCallback(TrainerCallback):
See `the example <https://github.com/optuna/optuna/blob/master/
examples/allennlp/allennlp_simple.py>`__
- if you want to add a proning callback which observes a metric.
+ if you want to add a pruning callback which observes a metric.
You can also see the tutorial of our AllenNLP integration on
`AllenNLP Guide <https://guide.allennlp.org/hyperparameter-optimization>`_.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment