enformer-pytorch
enformer-pytorch copied to clipboard
minor question on extract sequence embeddings
Thanks for adopting the Enformer model to PyTorch. Recently, I've needed to extract sequence embeddings from Enformer. Do I have to use one-hot encoding as input, or can I directly use sequences instead?
The model itself takes one-hot encodings.