Skip to content

Example code mistake #1

Closed
Closed
@Raikao

Description

@Raikao

Hi!

I was trying to replicate your example code for the GCN and I think there's one small mistake on the accuracy function, when calculating the onecold you are supposed to transpose the matrix in order to get the 7 variable transformation.

accuracy(x, y) = mean(onecold(model(x)') .== onecold(y'))

BR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions