Skip to content

Commit

Permalink
reduce layers
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiwen Yuan committed Nov 6, 2024
1 parent 0e09e23 commit b43a444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/tgt_ijcai_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def create_edge(data, behavior, beh_idx, pkey_name, pkey_idx):
elif args.model in ["contextgnn", "shallowrhsgnn"]:
model_search_space = {
"encoder_channels": [32, 64, 128, 256],
"encoder_layers": [2, 4, 8],
"encoder_layers": [2, 4],
"channels": [32, 64, 128, 256],
"embedding_dim": [32, 64, 128, 256],
"norm": ["layer_norm", "batch_norm"],
Expand Down

0 comments on commit b43a444

Please sign in to comment.