陈崇彦

Results 26 comments of 陈崇彦

This is ridiculous...I am using p2.16xlarge with 16 GPU and the CUDA memory is still not enough? ![image](https://user-images.githubusercontent.com/21120604/96407394-e807ca00-11a6-11eb-8ef8-c4cf493997cf.png)

> Have you all tried running the experiments with different batch sizes? I was able to run the default CIFAR10 experiments with a batch size of 8 using an RTX...

> > Have you all tried running the experiments with different batch sizes? I was able to run the default CIFAR10 experiments with a batch size of 8 using an...

I also got this error and fixed by using keras 1.2.2

Hi Jiajun, Thank you for the excellent work. Could I ask is the paper is still under review and when will the TransVG++ be available? Thank you so much!

Dear Author: I met the same error. The trackback is attached: Traceback (most recent call last): File "tools/train.py", line 183, in main() File "tools/train.py", line 179, in main main_worker(cfg) File...

> Thank you for quick reply! I comment out the lines about ema and it shows error about lan_enc.embedding.weight Traceback (most recent call last): File "tools/train.py", line 183, in main()...

![image](https://user-images.githubusercontent.com/21120604/196331354-1928c475-c95d-4d7d-ac33-0d2bbbe752d4.png) @sean-zhuh Thanks for sharing! Do you mind sharing the Polygon function? It is missing. Is this a library or a function you wrote? Thank you so much!

> Hi, you can import the function as below: > > import matplotlib as mpl import matplotlib.pyplot as plt import matplotlib.colors as mplc import matplotlib.figure as mplfigure import pycocotools.mask as...

> > Hi, you can import the function as below: > > import matplotlib as mpl import matplotlib.pyplot as plt import matplotlib.colors as mplc import matplotlib.figure as mplfigure import pycocotools.mask...