Description Usage Arguments Value
View source: R/backend_decoder.R
Takes the embeddings and returns high dimensional data
1 2 3 4 5 6 7 8 9  | decoderModel_calc_projection(
  sess,
  data,
  data_full,
  endpoint,
  test_in,
  FLAGS,
  batch_size = 150
)
 | 
sess | 
 Current tensorflow session  | 
data | 
 Input matrix or tensor to reduce to embedding space  | 
endpoint | 
 Operation to evaluate in the graph  | 
test_in | 
 Placeholder to process full data in batches  | 
FLAGS | 
 Tensorflow run arguments  | 
batch_size | 
 how many cells per each batch  | 
Tensorflow op
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.