decoderModel_emb_to_proj {scAlign}R Documentation

Compute projection for mini-batch

Description

Takes the embeddings and returns high dimensional data

Usage

decoderModel_emb_to_proj(model_func, data, is_training = TRUE)

Arguments

model_func

Network op in graph

data

Data to pass through model_func

is_training

Determines whether dropout and batch norm are run.

Value

Tensorflow op


[Package scAlign version 1.6.0 Index]