Spaces:
Sleeping
Sleeping
Update lxmert/src/modeling_frcnn.py
Browse files
lxmert/src/modeling_frcnn.py
CHANGED
|
@@ -30,7 +30,7 @@ from torch.nn.modules.batchnorm import BatchNorm2d
|
|
| 30 |
from torchvision.ops import RoIPool
|
| 31 |
from torchvision.ops.boxes import batched_nms, nms
|
| 32 |
|
| 33 |
-
from
|
| 34 |
|
| 35 |
|
| 36 |
# other:
|
|
|
|
| 30 |
from torchvision.ops import RoIPool
|
| 31 |
from torchvision.ops.boxes import batched_nms, nms
|
| 32 |
|
| 33 |
+
from .vqa_utils import WEIGHTS_NAME, Config, cached_path, hf_bucket_url, is_remote_url, load_checkpoint
|
| 34 |
|
| 35 |
|
| 36 |
# other:
|