Description Usage Arguments Value
View source: R/backend_encoder.R
Takes the high dimensional data through the neural network to embedding layer
1 | encoderModel_calc_logit(sess, emb, endpoint, test_logit_in, FLAGS)
|
sess |
Current tensorflow session |
endpoint |
Operation to evaluate in the graph |
FLAGS |
Tensorflow run arguments |
data |
Input matrix or tensor to reduce to embedding space |
test_in |
Placeholder to process full data in batches |
batch_size |
how many cells per each batch |
Aligned data embedding
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.