* Implement range based NDArrayPartition
* Finish implement range based partition support
* Add unit test
* Fix whitepace
* Add Kernel suffix
* Fix argument passing
* Add doxygen docs and improve variable naming
* Add unit test
* Add function for converting a partition book
* Add example to partition_op docs
* Fix dtype conversion for mxnet and tensorflow
* Create EEG-GCNN example.
* Update README.md
* Remove gitignore file.
* Update README.md
* change 'datas' to 'datasets'.
* Change train.py to main.py
* Added an entry in the indexing page.
* State "simplified version"; change how to run.
* Fix bug in contact
* Remove paper link in reference.
* Create working branch
* Add normalization of x.
* Update paper link and tags
* Update paper link in readme
* Update readme; add patient level indices
* Update readme. Add comments to models
* Update README.md
* change to with; specify location for ch and el; move note
* fix bug for note
* Add args for models; clean code.
* delete = in readme
* Add reference for spec_coh_values
* Added code for Rectifying (TypeError: unhashable type: 'slice') when copying file
* 1) added distributed preprocessing code to create ParMetis Input from CSV files
2) add code to run pm_dglpart on multiple machines
3) added support for recreating heteregenous graph from homo geneous graph based on dropped edges, as ParMetis currently only supports homogeneous graphs
* move to pandas
* Added comments and remove drop_duplicates as it was redundant
* Addressed Pr Comments
* Rename variable
* Added comment
* Added comment
* updated ReadMe
Co-authored-by: Ankit Garg <gaank@amazon.com>
Co-authored-by: Da Zheng <zhengda1936@gmail.com>
* Split out separate generators for each thread
* Amortize cost of curand_init
* Improve readability
Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com>
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com>
* Add pytorch-direct version
* remove
* Add multi-gpu unified tensor test for pytorch
* relocate verification step to each process
* reduce number of workers
* add parameter
Co-authored-by: shhssdm <shhssdm@gmail.com>
Co-authored-by: xiang song(charlie.song) <classicxsong@gmail.com>
Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com>
* PPIDataset
* Revert "PPIDataset"
This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a.
* data pipeline user guide
* remove chapter numbers
* Update data.rst
* image in dataset userguide
* update links using ref
* modify the link of save_graphs and load_graphs in dataset user guide
* move image to s3 server.
* fix links and ref
* Hide implementations that may cause confusions to the user
* add papers
* fix number of classes in Amazon Cobuy datasets
* add two papers to Awesome paper list
* Update README.md
* add four papers
* add two papers
* Add awesome papers
* Fix index in paper list
* Add paper to paperlist
* add two papers
* add two papers
* Update README.md
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
* [Model] add model example CARE-GNN
* update README
* improvements based on the review feedback
* fix missing item()
Co-authored-by: zhjwy9343 <6593865@qq.com>