WwYc commited on
Commit
15ab4be
1 Parent(s): f4f1891

Update lxmert/src/modeling_frcnn.py

Browse files
Files changed (1) hide show
  1. lxmert/src/modeling_frcnn.py +1 -1
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 lxmert.lxmert.src.vqa_utils import WEIGHTS_NAME, Config, cached_path, hf_bucket_url, is_remote_url, load_checkpoint
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: