CAW icon indicating copy to clipboard operation
CAW copied to clipboard

The memory cost continuously increases when running.

Open wangz3066 opened this issue 2 years ago • 0 comments

I tried to run CAWN on reddit dataset. The command I tried is: python main.py -d reddit --pos_dim 108 --bs 100 --n_degree 32 1 1 --mode t --bias 1e-8 --pos_enc lp --walk_pool sum --gpu 1 I found that the memory cost of the training process continues to increase. Why is that?

wangz3066 avatar Nov 24 '22 08:11 wangz3066