Will Hartley

Results 2 issues of Will Hartley

in utils decode_ind_ab(), the calculations is ``` data_a = data_q/opt.A data_b = data_q - data_a*opt.A data_ab = torch.cat((data_a, data_b), dim=1) ``` however I believe according to how the encoding was...

Hello! First off just want to say thanks for the access to such a sick project! I've been trying to use some of the code from the pdblib folder to...