Skip to content

Commit b919eb9

Browse files
committed
example run command
1 parent 8866456 commit b919eb9

File tree

1 file changed

+3
-1
lines changed
  • programl/task/graph_level_classification

1 file changed

+3
-1
lines changed

programl/task/graph_level_classification/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ Options:
3939
```
4040
Therefore, an exemplary command could look like this:
4141
```
42-
[Example Run command]
42+
Reproduce the Transformer result for the rebuttal:
43+
44+
python run.py --model transformer_poj104 --dataset poj104 --data_dir ~/rebuttal_datasets/classifyapp/ --log_dir logs/classifyapp_logs/rebuttal_transformer_poj104/ --config_json="{'train_subset': [0, 100], 'batch_size': 48, 'max_num_nodes': 40000, 'num_epochs': 70, 'vocab_size': 2231, 'message_weight_sharing': 2, 'update_weight_sharing': 2, 'lr': 1e-4, 'gnn_layers': 10}"
4345
```
4446
NB: You can pass a double quoted string of config options in json format, except that you may use single quotes (they will be parsed as double quotes to transform this almost-json format into valid json)
4547

0 commit comments

Comments
 (0)