We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd3bdb commit 7b427b5Copy full SHA for 7b427b5
enformer/README.md
@@ -80,7 +80,8 @@ The simplest way to perform inference is to load the model via tfhub.dev (TODO:
80
LINK). The input sequence length is 393,216 with the prediction corresponding to
81
128 base pair windows of the center 114,688 base pairs. The input sequence is
82
one hot encoded using the order of indices being 'ACGT' with N values being all
83
-zeros.
+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.
85
86
```python
87
import tensorflow as tf
0 commit comments