encoderModel_embedding_to_logit {scAlign}R Documentation

Convert embedding to logit scores

Description

Convert embedding to logit scores

Usage

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


[Package scAlign version 1.6.0 Index]