mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-20 03:11:31 +08:00
Clarify the input sequence usage.
PiperOrigin-RevId: 424333047
This commit is contained in:
committed by
Diego de Las Casas
parent
cdd3bdb636
commit
7b427b5161
+2
-1
@@ -80,7 +80,8 @@ The simplest way to perform inference is to load the model via tfhub.dev (TODO:
|
||||
LINK). The input sequence length is 393,216 with the prediction corresponding to
|
||||
128 base pair windows of the center 114,688 base pairs. The input sequence is
|
||||
one hot encoded using the order of indices being 'ACGT' with N values being all
|
||||
zeros.
|
||||
zeros. Note that only the central 196,608 bp of the input sequence will be used
|
||||
by the Enformer model. The rest will be cropped within the model.
|
||||
|
||||
```python
|
||||
import tensorflow as tf
|
||||
|
||||
Reference in New Issue
Block a user