Rhett Ying
Rhett Ying
@aramakus is it possible to verify on your local side before submit commit?
considering different versions of `cuda`, `cmake`, `python`, `torch`, we have many combinations. And this may require long time to test all of them. In order to realize it, I think...
- [ ] avoid checking loaded data. 1 PR for enable/disable it. 1 PR for improving checking logic to be more memory efficient. Total: 2 PRs. - [ ] avoid...
@zheng-da If we implement all the items mentioned above, can we reach the target: `reduce the startup time to around 10 minutes.`? This seems too fast. How much time would...
node/edge feature data should be taken in account? node feature: 4B * 4Byte * 50dim / 10parts = 80GB.
quick try with below partition: ``` -rw-r--r-- 1 root root 24 Aug 26 12:08 edge_feat.dgl -rw-r--r-- 1 root root 15G Aug 26 11:54 graph.dgl -rw-r--r-- 1 root root 25G Aug...