Browse Source

add todo list

tags/v0.3.1
Frozenmad 4 years ago
parent
commit
701c1e1cd2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      test/nas/node_classification.py

+ 2
- 0
test/nas/node_classification.py View File

@@ -3,6 +3,8 @@ Test file for nas on node classification

AUTOGL_BACKEND=pyg python test/nas/node_classification.py
AUTOGL_BACKEND=dgl python test/nas/node_classification.py

TODO: make it a unit test file to test all the possible combinations
"""

import os


Loading…
Cancel
Save