Atcold / NYU-DLSP20

NYU Deep Learning Spring 2020
https://atcold.github.io/NYU-DLSP20/
Other
6.66k stars 2.22k forks source link

[DLSP22] Update 16-gated_GCN.ipynb #821

Closed lcqsigi closed 2 years ago

lcqsigi commented 2 years ago

batch_x_e

batch_scores = model(batch_graphs, batch_X, batch_E, batch_snorm_n, batch_snorm_e) print(batch_scores.size())

batch_labels = batch_labels print(f'accuracy: {accuracy(batch_scores, batch_labels)}')

torch.Size([10, 8]) accuracy: 10

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Atcold commented 2 years ago

Thanks.