BertGCN icon indicating copy to clipboard operation
BertGCN copied to clipboard

Computation Requirements

Open UditArora2000 opened this issue 3 years ago • 1 comments

We have 2.8M data. Would it be feasible to train your architecture on this large data? If yes, how much memory requirements and time would be needed for it approx?

UditArora2000 avatar Dec 20 '21 12:12 UditArora2000

it might be difficult to implement full graph training on large dataset, but our method is orthogonal to graph sampling methods and can be integrated into them. With graph sampling methods the memory cost should be close to ordinary bert models

ZeroRin avatar Dec 20 '21 14:12 ZeroRin