encoderModel_data_to_embedding {scAlign} | R Documentation |
Takes the high dimensional data through the neural network to embedding layer
encoderModel_data_to_embedding( model_func, data, is_training = TRUE, scope = "" )
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