Closed jiyanbio closed 3 years ago
labels = P["labels"].view(-1, 1) if P1["labels"] is not None else 0.0 * predictions P1 --> P, isn't it?
another issue: embedding = P["embedding_1"] --> embedding = P["embedding_1"] if pdb_idx == 1 else P["embedding_2"]
Hey @jiyanbio, you are absolutely correct, I've fixed these errors now, thanks a lot!
Freyr
labels = P["labels"].view(-1, 1) if P1["labels"] is not None else 0.0 * predictions P1 --> P, isn't it?