Description Usage Arguments Value
View source: R/backend_encoder.R
Convert embedding to logit scores
1  | encoderModel_embedding_to_logit(data, num_labels, is_training = TRUE)
 | 
data | 
 Data to pass through model_func.  | 
num_labels | 
 How many unique labels there are.  | 
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.