Yuhang Ma
Yuhang Ma
Hi, I meet a problem when using clip-retrieval. My dataset path is like this: /data1/train-{00000..00099}.tar. Each tar file contains .jpg and .cls which match each other. I want to use...
Did you check your optimizer? I think it maybe because your parameters are not doing the backward. I met the problem before, the loss decreased slowly but I figured out...
Hi all, I am aiming to train the decoder and upsampler. Because the decoder and upsampler have too many parameters, so I decide to train them seperately. I saw in...
I just change the cuda env in python and not in docker. Here is the error when building. Here is the cuda version in python. Cuda in docker is still...
> HI,when i decrease the IMS_PER_BATCH form 128 to 64, the model started to training. 2019-09-26 16:34:26,818 reid_baseline.train INFO: More than one gpu used, convert model to use SyncBN. 2019-09-26...
> can you tell me the dataset you used thanks pics from Internet
Hi, I use multi-gpus to train my model like mpiexec -n 8 python scripts/image_train.py. However, I encountered an issue that I couldn't load the ckpt to all gpus and it...