yrcong / STTran

Spatial-Temporal Transformer for Dynamic Scene Graph Generation, ICCV2021
MIT License
187 stars 34 forks source link

Fail on __background #23

Closed FXLYZ closed 2 years ago

FXLYZ commented 2 years ago
截屏2022-02-22 下午2 51 27

when I train model, run command to PredCLS.

yrcong commented 2 years ago

It is not an error, we don't need this word embedding. background is just a dummy label. You can ignore this.

FXLYZ commented 2 years ago

Thanks. 但是GPU利用率一直为0,显存占用也很低,似乎卡住了(GPU型号为3080Ti 12GB)。下图为Debug的断点: 2022-02-23 23-14-25屏幕截图 2022-02-23 23-16-09屏幕截图

CL2LC commented 3 months ago

您好,我这边因为CPU内存满了,卡住了,您是怎么解决的呢? Hello, my side is stuck because the CPU memory is full, how do you solve it?