ZW-ZHANG
ade2cffd3a
update readme and remove redundant file
5 years ago
Frozenmad
d84ce3cae8
[hotfix] add nni to documentation requirements
5 years ago
Frozenmad
59cabcdcbb
PR [ #40 ] dev -> main
add new features:
* NAS
* sampling
* Link prediction
5 years ago
Frozenmad
4a455d002e
add new version slogan
5 years ago
Frozenmad
cb16552ad7
change version to 0.2.0-pre
5 years ago
Frozenmad
be3c462b2a
black format
5 years ago
Frozenmad
d094759a17
remove uncessary files
5 years ago
Frozenmad
c912bd554d
PR [ #36 ] update_version -> dev
Update version (functional)
5 years ago
Frozenmad
a1ad8231b0
Merge branch 'dev' into update_version
5 years ago
Frozenmad
5db6c5a1ba
name subgraph to graph
5 years ago
wondergo2017
a663fea7b2
change name subgraph to graph
5 years ago
Frozenmad
6574b7286d
update workflow
5 years ago
Frozenmad
fb6254e005
remove cross validation
5 years ago
Frozenmad
eade801d88
update documents for new version
5 years ago
Frozenmad
99ae9a3828
reorganize document files
5 years ago
Frozenmad
d6d64fe870
adjust imports
5 years ago
Frozenmad
7d25cde54d
add all the modules
5 years ago
Frozenmad
c7499ae390
remove pyproject, revise readme
5 years ago
Frozenmad
d0205f53e0
update to apache license
5 years ago
Frozenmad
178b69bc30
update version number, info of project
5 years ago
Frozenmad
0ceb1f76fb
optimize check for newest pyg installation
5 years ago
Frozenmad
14c146fa4a
add version check
5 years ago
Frozenmad
ef5a754f68
PR [ #37 ] dev-szx/sampling-doc-example -> dev
Revise example and documents for sampling
5 years ago
Frozenmad
df36c75eee
PR [ #38 ] sampling_docs_revised -> szx/sampling_doc_example
Revise model tutorial and add some default hyper parameters.
5 years ago
Frozenmad
871fbcddf8
PR [ #39 ] nas_example -> dev
Fix bugs in nas, revise example.
5 years ago
Frozenmad
b7def7c676
update trainer tutorials.
5 years ago
Frozenmad
cdded157c0
add default parameters for budget of SAINT, set num_workers to 0.
5 years ago
Frozenmad
b6c85ced8d
fix typo
5 years ago
CoreLeader
20a5099284
Revise tutorial of model, correct typo
The words *mendatory* and *mandatory* have different meanings, take a look at dictionary for more details. I replaced the *mendatory* (possibly a typo for word *mandatory*) with *required*. The pair `optional <-> required` is more commonly used in programming.
5 years ago
generall
89be0a2922
fix graphnasmacro oom bug
5 years ago
frozenmad
ed9597d6b0
revise model tutorial
5 years ago
generall
c19b31e625
use graphnas instead of rl
5 years ago
CoreLeader
a240af0ce5
Revise example and tutorial for sampling
5 years ago
CoreLeader
342849cfba
Revise example and documents for sampling
5 years ago
generall
55c3c6bd55
add exmaple
5 years ago
Frozenmad
610c310a6a
pr [ #30 ] nas -> dev
Add nas support to node classification. Including:
* space: singlepath, graphnas, graphnasmacro
* algo: random, enas, darts, rl
* estimator: oneshot, scratch
5 years ago
Frozenmad
68f61e0181
fix bug in doc
5 years ago
Frozenmad
caf8815d1d
change default loss argument to string
5 years ago
Frozenmad
cc9c4a0fdd
change reference style
5 years ago
Frozenmad
ec429ec457
rewise document of nas
5 years ago
Frozenmad
eb6afdfc17
fix device error
5 years ago
Frozenmad
bfb7b7afc1
Merge branch 'dev' into nas
5 years ago
generall
db4479e0a8
fix bugs in doc
5 years ago
Frozenmad
4d733fb906
pr [ #31 ] dev-szx/sampling-reproduction -> dev
* Add sampling support for AutoGL, including nodewise, layerwise and subgraph sampling.
* Refactor part of the model and trainer.
5 years ago
CoreLeader
6f4f47f05e
Merge branch 'dev' into dev-szx/sampling-reproduction
5 years ago
null
2a168b7f0d
Fix bugs detected through test for refactoring
Merge from refactor_test branch and already fixed bugs detected through tests for refactor, and temporarily override method of dataset provided by PyTorch-Geometric to maintain compabillity with PyTorch-Geometric>=1.7.0
5 years ago
Frozenmad
7f3fcac247
pr [ #34 ] document_lp -> dev
add link prediction into documents
5 years ago
generall
e5af115712
add some messages
5 years ago
Frozenmad
844ca6138e
fix bugs in rl
5 years ago
lihy96
b90b8576da
fix typos
5 years ago