Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Third-party libraries

dgNN is currently used for fast GAT training with much less GPU memory.

ActNN can reduce the training memory footprint by compressing the saved activations.

FastMoE can be used for GNN models wtih the Mixture of Experts (MoE).

Installation

For dgNN,

cd dgNN
python setup.py install

For ActNN,

cd actnn/actnn
pip install -v -e .

For FastMoE,

cd fastmoe
python setup.py install