Carlo Fisicaro

Results 11 issues of Carlo Fisicaro

Retrain inference model with 1280 dimension

bug

In `inference.py` we currently have: - `torch.load(str(repr_path) + "/" + ix + ".pt")["representations"]` for `esm-msa` - `torch.load(str(repr_path) + "/" + ix + ".pt")["representations"][33]` for the other models

enhancement

Viz routines for paper reproducibility

feature