cbellei / LabelGCN

8 stars 0 forks source link

ResourceExhaustedError #1

Open Tsunami-Song opened 2 years ago

Tsunami-Song commented 2 years ago

Sorry to disturb you. I caught a ResourceExhausted whlie running the Code on Tesla K80 with 12GB MemorySize I just wonder how many MemorySize I Need to Finish the experiment. Thanks!

cbellei commented 2 years ago

Hello Tsunami-Song, what experiment are you running? The cora one only requires 200-300MB of memory, if you run it like python src/experiments_transductive.py -ds cora -ns 1 -nr 1 you shouldn't have any problems of memory size.