A problem on the code in tutorials of GCN

QEMRURE69WE5MO54{JEQL0~SQA~A3 R|342x163](upload://9SDd6lhvgbVIHbjm4SVDDx8VUZX.png)
I want to know what does it mean? It’s a prompt about train().

for epoch in range(1000):
    if epoch >= 3:
        t0 = time.time()

    net.train()
    logits = net(features)

There is an image failed to upload

I assume this happens with net.train(), which seems to be weird. Did you try the code in the example?

Code can run correctly. I am just worry if net.train() is executed normally.

If there is no error prompt after I run the code, can I ignore the message in the image?

I think so. Many people have tried the example code and it seems that they have not spotted anything inappropriate :slight_smile:

I got it. Thank you for response :smiley: