BertGCN icon indicating copy to clipboard operation
BertGCN copied to clipboard

Optimized garbage collection, Added tqdm progressbars

Open FrozenWolf-Cyber opened this issue 2 years ago • 0 comments

Without proper garbage collection, building graphs on a large dataset required a lot of memory. With gc I was able to bring it down by a lot. I have also added tqdm progress bars and a few log statements for ease in usability.

FrozenWolf-Cyber avatar Aug 15 '22 05:08 FrozenWolf-Cyber