jajupmochi
|
13c0fb37c1
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
6e898240e3
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
27de2454a9
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
25e10c8d49
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
cba8047279
|
[Exp] Update computation of ged stability.
|
4 years ago |
jajupmochi
|
59687d1e87
|
[Exp] Add taskhub to run exps all in once.
|
4 years ago |
jajupmochi
|
74bab60deb
|
[Exp] Add taskhub to run exps all in once.
|
4 years ago |
jajupmochi
|
13ac6d9153
|
[Exp] Add taskhub to run exps all in once.
|
4 years ago |
jajupmochi
|
756371aaf1
|
[Exp] Add taskhub to run exps all in once.
|
4 years ago |
jajupmochi
|
ac78c8517a
|
[Exp] Add taskhub to run exps all in once.
|
4 years ago |
jajupmochi
|
07478a5717
|
[Exp] Add taskhub to run exps all in once.
|
4 years ago |
jajupmochi
|
e991f59742
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
71df9f591f
|
[Update] Move the import of control out of the __init__().
|
4 years ago |
jajupmochi
|
47951de049
|
[Update] Move the import of control into the __init__().
|
4 years ago |
jajupmochi
|
684d26bf7e
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
b72fb5db21
|
[Doc] Update citation.
|
4 years ago |
jajupmochi
|
bfe64a1f66
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
6332e5684d
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
4bfde8d881
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
59a36aa0a0
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
a638bfa45a
|
[Exp] FCSP: 1. Use no more than 10 tlong tasks. 2. use ljia instead of explicit name. 3. My first SCI journal paper is accepted!
|
4 years ago |
jajupmochi
|
8c6168b8f8
|
[Exp] Update special tasks.
|
4 years ago |
jajupmochi
|
e5b977734c
|
[Fix bugs] length in get_iters in compute_geds().
|
4 years ago |
jajupmochi
|
f282e93322
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
367c8e400a
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
c3c3921b20
|
[Exp] Remove #SBATCH --exclusive in the fcsp exps.
|
4 years ago |
jajupmochi
|
1009d5dd67
|
[Exp] Fix typo bug in gklearn/experiments/ged/stability/group_results.py.
|
4 years ago |
jajupmochi
|
85c17b06c1
|
[Exp] GED stability: add marker file, use edge labels in datasets, test Acyclic and Alkane.
|
4 years ago |
jajupmochi
|
743d610827
|
[Update] Use get_iters istof tqdm when computing GEDs.
|
4 years ago |
jajupmochi
|
0b7f281d38
|
[Add] __init__.py for exps.
|
4 years ago |
jajupmochi
|
d61db07d58
|
[Update] Change an excepetion output msg in DataLoader.
|
4 years ago |
jajupmochi
|
62145db207
|
[exp] fcsp: add program for slurm and the exps for space complexity.
|
4 years ago |
jajupmochi
|
e93ab877b3
|
[update] Dataset class: Remove null graphs after loading the dataset.
|
4 years ago |
jajupmochi
|
349d7a76ca
|
Use get_iters function instead of tqdm in StructuralSP.
|
4 years ago |
jajupmochi
|
6326e22abc
|
Put deprecation warning of gklearn.utils.Dataset inside the __init__().
|
4 years ago |
jajupmochi
|
95598397a1
|
Add pairwise_ged function.
|
4 years ago |
jajupmochi
|
920ebda3f9
|
Hide deprecation warning in graph_file.py.
|
4 years ago |
jajupmochi
|
819b256335
|
Add GED fit distance experiments result figure.
|
4 years ago |
jajupmochi
|
09e1d02ae5
|
Update GED fit distance experiments README.
|
4 years ago |
jajupmochi
|
47b13b4bb5
|
Add GED fit distance experiments.
|
4 years ago |
jajupmochi
|
8dce8d8db5
|
Fix bugs to load all predefined datasets except for Tox21_... and alchemy_....
|
4 years ago |
jajupmochi
|
0373be03ab
|
Modify function to load .cml graph data where an outer cml element is added to the data file (dataset ACE).
|
4 years ago |
jajupmochi
|
11a1b46b2e
|
Add support for .cml graph data (dataset Chical).
|
4 years ago |
jajupmochi
|
37158bfffd
|
Update tqdm in parallel.
|
4 years ago |
jajupmochi
|
cb964cf9f7
|
Set tqdm usages in all graph kernels with self-defined intervals so that it will print less lines when writing to a file.
|
4 years ago |
jajupmochi
|
c2a219ca87
|
Fix bugs in pairwise computationWL subtree kernel.
|
4 years ago |
jajupmochi
|
7d5a0a8b87
|
Add deeper traceback for exceptions in test_graph_kernel.py.
|
4 years ago |
jajupmochi
|
6e2b2fa164
|
Fix a bug in WL subtree kernel.
|
4 years ago |
jajupmochi
|
3cfe230313
|
Fix paths when using pre-given datasets in test_graph_kernels.py.
|
4 years ago |
jajupmochi
|
adb821687d
|
Update test datasets, use pre-given datasets in test_graph_kernels.py.
|
4 years ago |