Skip to content

Output layer signature rename #24

@zhao-lun

Description

@zhao-lun

Hi,
is there a way to change the output layer name?
From what I observed, it's always default to Identity_n:0 where n is the number of output src

    full_model = full_model.get_concrete_function(
    x=tf.TensorSpec(model.inputs[0].shape, model.inputs[0].dtype, name = "input_1")) 
//we can change the input signature here? what about output? 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions