Environment
- OS: Windows
- Python version: 3.11.0
- VS Code version: 1.101.0
Package Versions
- torch: 2.2.2
- torch-geometric: 2.5.3
- scikit-learn: 1.4.0
- numpy: 1.23.4
- pandas: 1.5.1
- tqdm: 4.66.1
Hello, I'm trying to run the BOND model following the documentation, but after executing python demo.py --post_match True --mode train and subsequently python demo.py --post_match True --mode valid, I keep getting extremely low F1 scores, below 0.07.
Can you help me understand what I'm doing wrong? I've tested both with pre-built embeddings and by creating them from scratch.
The script I used for evaluation is SNDeval.py from the WhoIsWho pipeline.