Files
chromatin-vgae-hic/scripts/train_vgae.py
aman a081f29e12 fix: three silent bugs in training and inference
- Edge weights (ICE log1p) were computed but never passed to GCNConv
- encode_graph.py hardcoded GCNEncoder regardless of saved model type
- Inference graph lacked to_undirected + edge_weight pipeline from training
2026-05-15 03:37:20 +02:00

8.5 KiB