Closed HenryHZY closed 2 months ago
By the way, I am a little confused about the file structure of hc-stvg2. For example:
1. Official: "train_v2.json, val_v2.json, query_v2.json"
2. CGSTVG: "train.json, test.json"
Should I just rename these files?
I think I can reproduce STCAT to find that if this memory increasing issue is inherited from STCAT (https://github.com/jy0205/STCAT).
Update: After reproducing STCAT, this memory increasing issue is inherited from STCAT.
Hi @HengLan @GX77 I have reproduced the training of CGSTVG following the default VidSTG config, with 8 A100 (80GB).
I only conduct necessary modifications:
It seems that there exists a memory leak during the training. Here is my selected log (error occurs in ~epoch7):
Have you encountered this issue? Could you please share your training log? Thank you! :)