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 06477d6 commit 6c94ff0Copy full SHA for 6c94ff0
torchvision/models/detection/anchor_utils.py
@@ -2,7 +2,7 @@
2
import torch
3
from torch import nn, Tensor
4
5
-from typing import List
+from typing import List, Optional
6
from .image_list import ImageList
7
8
0 commit comments