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 a60037d commit b9bb5c3Copy full SHA for b9bb5c3
pytorch_lightning/lite/lite.py
@@ -16,7 +16,7 @@
16
from contextlib import contextmanager
17
from functools import partial
18
from pathlib import Path
19
-from typing import Any, Callable, Dict, Generator, Iterable, List, Optional, Sequence, Tuple, Union, cast
+from typing import Any, Callable, Dict, Generator, List, Optional, Sequence, Tuple, Union, cast
20
21
import torch
22
import torch.nn as nn
0 commit comments