Open MarcoMorik opened 1 year ago
Currently there seems to be a mixup in terms of how the OF and RF embeddings should be loaded, while ideally the Affinity Model should not care to distinguish between the two. Some mismatches about the approaches on loading these embeddings need to be resolved, specifically in load_graph_dict in src/abag_affinity/dataset/utils.py
Test how RF Diffusion gradient updates change a ground-truth protein (Marco)
Currently in /dataset/utils.py the
load_graph_dict
function can only load of_embeddings.To train the affinity predictor with rf_diffusion embeddings, we need to: