Carlo Fisicaro
Results
11
issues of
Carlo Fisicaro
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