Frozenmad
e6d42bbc4f
black format
5 years ago
Frozenmad
683f4db8e6
Merge pull request #18 from Frozenmad/cora_gat
Fix bugs in trainer
5 years ago
Frozenmad
d94923fb39
fix es bug and duplicate_from_hyperparameter
5 years ago
Frozenmad
deb49073b5
Merge pull request #17 from THUMNLab/fix_train_branch
Customized trainer support & performance debugging
5 years ago
Frozenmad
3f948eea7c
Merge pull request #16 from Frozenmad/add_trainer_to_solver
Add default argument support of trainer & model in solver
5 years ago
Frozenmad
614c9c0b84
fix bug in graph trainer
5 years ago
Frozenmad
7d5f51c4ff
update configs
5 years ago
Frozenmad
9031fd4618
construct trainer when building from configs
5 years ago
Frozenmad
d19bc12a22
customize init process
5 years ago
lihy96
4f20b5d956
rm model hp space from trainer hp space
5 years ago
Frozenmad
dbaa4dbd0f
fix hp space setting
5 years ago
Frozenmad
c2a589615e
fix device inconsistency
5 years ago
Frozenmad
0e0c5528b3
add trainer when loading configs
5 years ago
Frozenmad
49924154fe
add trainer to init func
5 years ago
lihy96
031ed5710f
add lr_scheduler setting
5 years ago
Frozenmad
e63c95da45
black format
5 years ago
Frozenmad
06cf9edf03
Merge pull request #14 from THUMNLab/fe_pyg_bug
fix pyg default aggregation for features
5 years ago
wondergo2017
8430fac714
fix pyg default aggregation for features
5 years ago
Frozenmad
b9efe52562
disable cross validation check
5 years ago
Frozenmad
fad1d29a0e
Merge pull request #13 from THUMNLab/fe_test
fix bugs in fe
5 years ago
Frozenmad
7302e85847
Merge branch 'benchmark' into fe_test
5 years ago
wondergo2017
6912f7801b
add fe gcl test
5 years ago
Frozenmad
ddd7b51e05
add support for parsing None in solver
5 years ago
wondergo2017
33f75a20d1
add fe test for node classification
5 years ago
wondergo2017
53d82874d0
add default config in paper for gcn,gat,gin
5 years ago
wondergo2017
f15d08e83f
fix dataset change in random_split_mask
5 years ago
wondergo2017
bbc8d4bce5
fix onlyconst for dataset with no features
5 years ago
wondergo2017
2687014def
fix dtype inconsistency in fe fittransform pipe
5 years ago
wondergo2017
d89d2150da
fix subgraph
5 years ago
Frozenmad
a469e867a0
Merge branch 'benchmark' of git:THUMNLab/AutoGL into benchmark
5 years ago
Frozenmad
3cdf94842b
fix bug in graph model
5 years ago
SwiftieH
6726cd5364
fixed dayaset with no masks and gbm config problem
5 years ago
Frozenmad
e477663d35
fix bug of non-hpo
5 years ago
Frozenmad
cbac7954db
Merge pull request #11 from THUMNLab/dev-szx/fix_pyg_compatibility_issue
Temporarily override the get method for the PyG datasets to fix issue #10
5 years ago
null
8385a088f2
Temporarily override the get method for the PyG datasets
Temporarily override the get method for the datasets provided by PyTorch-Geometric to make the AutoGL compatible with PyTorch-Geometric>=1.6.2.
For version 1.6.2 or higher, the PyG InMemoryDataset has an additional internal attribute __data_list__ by default. If an in-memory dataset has the attribute and it is not None, then the item in the given specific index will be directly returned without accessing the data property.
Besides, the PyG matainer rusty1s also mentioned that "accessing dataset.data is not recommended" in https://github.com/rusty1s/pytorch_geometric/issues/1984 .
In other words, mutating the data property of InMemoryDataset is not recommended by the PyTorch-Geometric. However, the current version of AutoGL does modify the data property of dataset.
Thus the get method of the PyG provided datasets is overrided to delete the __data_list__ attribute in advance before calling the virtual get method, aiming to temporarily fix the compatibility issue.
In addition, the ModelNet10 and ModelNet40 datasets are significantly modified.
5 years ago
Frozenmad
ab2a9ee2d9
PR #6 from THUMNLab/dev
update e-mail
5 years ago
Frozenmad
d12a3ee2f8
update e-mail
5 years ago
Frozenmad
e560ca7ef3
PR #4 update to v0.1.1
Fix bugs and update to v0.1.1
* fix bugs in ogb dataset support
* change data to dataset in solver and trainer
* fix AutoNE for node clf
* fix some typos
5 years ago
Frozenmad
bdad1a3206
fix typo in example/nodeclf
5 years ago
Frozenmad
6697f5e1a5
Merge branch 'dev' of gitserver:THUMNLab/AutoGL into dev
5 years ago
Frozenmad
f2e96bfa44
change version to 0.1.1
5 years ago
SwiftieH
0e2acedb68
Update README in datasets
5 years ago
Frozenmad
05f09c5f7b
change default config to gcn small
5 years ago
Frozenmad
d68d9396c0
PR #3 autograph -> autogl
rename autograph to autogl
5 years ago
Frozenmad
65762071f2
rename autograph to autogl
5 years ago
Frozenmad
9b7b3ab550
Merge pull request #2 from THUMNLab/change_data_to_dataset_in_nodeclf
Fix following bugs in v0.1.0:
* ogb format bug in dataset
* change interface of nodeclf trainer from `Data` to `Dataset`
* fix bugs in AutoNE
5 years ago
cluster32
d356ebdbd6
update default AutoNE para
5 years ago
cluster32
b74264e169
add refer to advisor
5 years ago
cluster32
8fd5e52d81
Merge branch 'change_data_to_dataset_in_nodeclf' of github.com:THUMNLab/AutoGL into change_data_to_dataset_in_nodeclf
5 years ago
cluster32
4754e47ef8
fix AutoNE
5 years ago