陈崇彦
陈崇彦
This is ridiculous...I am using p2.16xlarge with 16 GPU and the CUDA memory is still not enough? 
> 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()...
 @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...