shizhediao
shizhediao
Hi, thanks for your great work! I am looking for training GPT-2 on SuperGLUE but I could only find such implementation based on BERT/Roberta/albert. Could you point out the location...
When I am trying to run VQA-large fine-tuning, I cannot find the file 'train+val_img_frcnn_feats.pt'. Could you please take a look? Thanks
Hi, I am using VQGAN on the MSCOCO training dataset (also tried adding Visual Genome to construct a 1 Million dataset), but got a bad result. The pixels are wired....
I found that in the function train_gan_d(), the loss_fake and loss_real are in the opposite direction with the original paper. I was wondering is it correct or not?
Dear authors, Thanks for your great work! I fine-tuned a VL-T5 model on Refcocog, based on your released checkpoint but got a bad result: `20.45407` I noticed that in your...
Hi everyone, I implemented three TPU enabled PyTorch training repos for BigGAN-PyTorch, all of which are based on this repo. [BigGAN-PyTorch-TPU-Single](https://github.com/shizhediao/BigGAN-PyTorch-TPU-Single): Training BigGAN with a single TPU. [BigGAN-PyTorch-TPU-Parallel](https://github.com/shizhediao/BigGAN-PyTorch-TPU-Parallel): Parallel version...
Hi, When I was running the vampire training, I found there are some issues due to the consistent version of allennlp and vampire. If allennlp==0.9.0, it says "no import module...
Hi after running ``` python generate_samples.py \ --dir ./enwiki_books_shards_merge \ -o ./enwiki_books_samples \ --dup_factor 10 \ --seed 42 \ --vocab_file ./vocab.txt \ --do_lower_case 1 \ --masked_lm_prob 0.15 \ --max_seq_length 128...
Hi, I am reproducing the fine-tune results following your instruction. I work on your default code and my setting is as below. I work on ebmnlp and pico task without...