Skip to content

result of the code return format #4

@Gsuhy-L

Description

@Gsuhy-L

the coding result of return contain 2 parm:

emb, out_labels= model(Batch_data),

but when i looking the model of SimpleGATBERTNet,
x = self.fc1(gnn_x)
x = self.fc2(x)
x = F.log_softmax(x, dim=1)
return x
this only return one parm, Am I wrong

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