[go: nahoru, domu]

Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChloeXWang committed Feb 1, 2024
1 parent f6aa31e commit a3f9978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To troubleshoot Mamba installation, please refer to https://github.com/state-spa
conda activate graph-mamba

# Running Graph-Mamba for Peptides-func dataset
python main.py --cfg configs/GPS/peptides-func-GPS.yaml wandb.use False
python main.py --cfg configs/Mamba/peptides-func-EX.yaml wandb.use False
```
You can also set your wandb settings and use wandb.

Expand All @@ -35,8 +35,8 @@ Most of the configs are shared with [GraphGPS](https://github.com/rampasek/Graph
```
gt:
layer_type: CustomGatedGCN+Mamba_Hybrid_Degree_Noise
# CustomGatedGCN+Mamba_Hybrid_Degree_Noise_Bucket - For large graph datasets that use the bucketing technique
# Refer to graphgps/layer/gps_layer.py for NUM_BUCKETS
# CustomGatedGCN+Mamba_Hybrid_Degree_Noise_Bucket - For large graph datasets that use the bucketing technique
# CustomGatedGCN+Mamba_Hybrid_Noise - For permutation-only Graph-Mamba
# CustomGatedGCN+Mamba - For baseline Mamba without Graph-Mamba adaptations
```

0 comments on commit a3f9978

Please sign in to comment.