1. 07 Jun, 2023 1 commit
  2. 30 Sep, 2022 1 commit
  3. 01 Aug, 2022 1 commit
  4. 25 Jan, 2022 1 commit
  5. 05 Mar, 2020 1 commit
  6. 03 Sep, 2019 1 commit
  7. 23 May, 2019 1 commit
  8. 17 Apr, 2019 1 commit
    • kitaev-chen's avatar
      [Model] Add GIN Model (#471) · a3febc06
      kitaev-chen authored
      * add gin model
      
      * convert dataset.py to data_ont_the_fly way and put it into dgl.data module
      
      * convert dataset.py to data_ont_the_fly way and put it into dgl.data module
      python code checked
      
      * modified document and reference TUDataset; checked python part and bypass cpp part due to error
      
      * change tensor to numpy in dataset and transform in collate@Dataloader
      
      * Change minor format issue
      
      Change minor format issue
      
      * moved logging; adjusted tqdm etc
      a3febc06