We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59c78a commit 3b6b606Copy full SHA for 3b6b606
pytorch_lightning/callbacks/early_stopping.py
@@ -19,7 +19,7 @@
19
20
"""
21
import logging
22
-from typing import Any, Dict, Optional, Tuple
+from typing import Any, Callable, Dict, Optional, Tuple
23
24
import numpy as np
25
import torch
0 commit comments