Yuren Cong

Results 46 comments of Yuren Cong

Hi, I remember that the checkpoint is the same but we add a post-processing. Please check (https://github.com/yrcong/RelTR/issues/34)

Hi, I am very happy if our work can help you! However I forgot where(what) the variable is (for). Could you give me a link for it? I haven't understand...

We train the model for 150 epochs. 38th epoch might be just warm-up. Maybe you can try to load some pretrained weights to accelerate the training?

It is not related to the port. Make --nproc_per_node=1 pls

We create the .json files in COCO format. You can refer to the code we used: ``` from dataloaders.visual_genome_coco import VGDataLoader, VG import numpy as np from torch import optim...

Actually we draw it manually. You can visualize the graph automatically with GraphViz, although it is not very elegant.

When do you meet NaN? Training Stage C or Stage B?

Hi, it seems something wrong with your SD. I am not sure where you downloaded the ```stable diffusion's .pt```. Please directly download SD2.1 from huggingface: https://huggingface.co/stabilityai/stable-diffusion-2-1-base with ``` git lfs...

> We use the same set of hyperparameters used in the original papers for each model. The dataset size is changed (for example CUB-Color should have fewer training images than...

I also encountered a problem when I was trying to reproduce DAMSM R-precision (for C-CUB-Color). In the original AttnGAN, there are 5450 tokens. I downloaded the pretrained text encoder provided...