Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IJCAI-contest dataset #39

Merged
merged 53 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
35fc2ee
Create IJCAI-contest dataset
Oct 6, 2024
d45b2de
Add IJCAI contest dataset
Oct 14, 2024
efa0577
Add IJCAI contest dataset
Oct 14, 2024
5c54008
wip
Oct 16, 2024
e8d3721
fix
Oct 17, 2024
6ddedbd
training works now
Oct 18, 2024
5856967
wip
Oct 18, 2024
909692f
wip
Oct 21, 2024
1bd3535
make everything smaller so they actually run
Oct 21, 2024
0c36e3f
set num_layer=2 as default
Oct 21, 2024
835b0a6
debug
Oct 21, 2024
599e431
fix code
Oct 21, 2024
9346b61
fix variable name
Oct 21, 2024
97bacbd
fix max steps
Oct 21, 2024
d506b54
return tensor instead
Oct 21, 2024
7c96ae0
fix tolist
Oct 21, 2024
dbab05f
fix device
Oct 21, 2024
138041d
Merge branch 'yyuan/ijcai-contest' of github.com:kumo-ai/hybridgnn in…
Oct 21, 2024
20815ce
fix style issues
Oct 21, 2024
d0aaa15
add checks
Oct 21, 2024
4b76450
set 100 for test metrics calculation
Oct 23, 2024
64029ef
wip
Oct 23, 2024
a5984cd
wip
Oct 24, 2024
a15ab8b
repro
Oct 24, 2024
7819215
wip
Oct 24, 2024
7911ceb
make code run faster
Oct 24, 2024
2610453
clean up code
Oct 31, 2024
88a597d
add benchmark file
Nov 1, 2024
10effa9
print test metric as well
Nov 3, 2024
8ef8111
fix model search space
Nov 3, 2024
8faa059
reduce search space
Nov 4, 2024
9958ff2
reduce batch size and increase number of trials
Nov 4, 2024
0225dfb
fix
Nov 5, 2024
312095b
wip
Nov 6, 2024
892bcda
Merge branch 'yyuan/ijcai-contest' of github.com:kumo-ai/hybridgnn in…
Nov 6, 2024
6aa2e07
wip
Nov 6, 2024
9a0c65f
Merge branch 'yyuan/ijcai-contest' of github.com:kumo-ai/hybridgnn in…
Nov 6, 2024
ae17de2
fix benchmark
Nov 6, 2024
4ede112
fix bug
Nov 6, 2024
c6ebaf7
fix bug
Nov 6, 2024
0e09e23
increase max steps
Nov 6, 2024
b43a444
reduce layers
Nov 6, 2024
5bc93a2
add default
Nov 6, 2024
582d5ee
fix
Nov 6, 2024
253515e
reduce the number of users
Nov 6, 2024
108d494
wip
Nov 8, 2024
0708159
set calculation of all stats
Nov 9, 2024
b54f7ae
wip
Nov 10, 2024
affeb65
clean up code
Nov 11, 2024
989957d
fix
Nov 11, 2024
908bf80
check in the results
Nov 11, 2024
2f67bca
fix lint
Nov 12, 2024
293e929
remove torch.Tensor
Nov 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ coverage.xml
venv/*
*.out
data/**
.data/**
results/**
Loading
Loading