ADOPT icon indicating copy to clipboard operation
ADOPT copied to clipboard

Standardise inference phase.

Open CFisicaro opened this issue 3 years ago • 0 comments

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

CFisicaro avatar Dec 13 '21 12:12 CFisicaro