Description Usage Arguments Value
View source: R/backend_decoder.R
Takes the embeddings and returns high dimensional data
1  | decoderModel_emb_to_proj(model_func, data, is_training = TRUE)
 | 
model_func | 
 Network op in graph  | 
data | 
 Data to pass through model_func  | 
is_training | 
 Determines whether dropout and batch norm are run.  | 
Tensorflow op
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.