Skip to content

Commit 7b427b5

Browse files
Avseczdiegolascasas
authored andcommitted
Clarify the input sequence usage.
PiperOrigin-RevId: 424333047
1 parent cdd3bdb commit 7b427b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

enformer/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ The simplest way to perform inference is to load the model via tfhub.dev (TODO:
8080
LINK). The input sequence length is 393,216 with the prediction corresponding to
8181
128 base pair windows of the center 114,688 base pairs. The input sequence is
8282
one hot encoded using the order of indices being 'ACGT' with N values being all
83-
zeros.
83+
zeros. Note that only the central 196,608 bp of the input sequence will be used
84+
by the Enformer model. The rest will be cropped within the model.
8485

8586
```python
8687
import tensorflow as tf

0 commit comments

Comments
 (0)