Skip to content

Commit

Permalink
Update Pretrain_nlvr.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Junnan Li authored Oct 24, 2021
1 parent cd93adf commit 245a86a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pretrain_nlvr.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import torch.backends.cudnn as cudnn
import torch.distributed as dist

from models.model_retrieval import ALBEF
from models.model_pretrain_nlvr import ALBEF
from models.vit import interpolate_pos_embed
from models.tokenization_bert import BertTokenizer

Expand Down Expand Up @@ -197,4 +197,4 @@ def main(args, config):

yaml.dump(config, open(os.path.join(args.output_dir, 'config.yaml'), 'w'))

main(args, config)
main(args, config)

0 comments on commit 245a86a

Please sign in to comment.