encoderModel_embedding_to_logit: Convert embedding to logit scores

Description Usage Arguments Value

View source: R/backend_encoder.R

Description

Convert embedding to logit scores

Usage

1
encoderModel_embedding_to_logit(data, num_labels, is_training = TRUE)

Arguments

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.

Value

Tensorflow op


scAlign documentation built on April 28, 2020, 6:10 p.m.