You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using unsup_graphsage to train on cora dataset. This error happens.
my enviroment is:
cogdl==0.6.0
macos m1
python=3.9
the error message is :
Traceback (most recent call last):
......
File "/Users/xxx/python3.9/site-packages/cogdl/pipelines.py", line 204, in __call__
model = train(self.args)
File "/Users/xxx/python3.9/site-packages/cogdl/experiments.py", line 147, in train
dataset_wrapper = dw_class(dataset, **data_wrapper_args)
File "/Users/xxx/python3.9/site-packages/cogdl/wrappers/data_wrapper/node_classification/unsup_graphsage_dw.py", line 18, in __init__
dataset, sizes=sample_size, batch_size=batch_size, mask=dataset.data.train_mask
AttributeError: 'Graph' object has no attribute 'train_mask'
❓ Questions & Help
I am using unsup_graphsage to train on cora dataset. This error happens.
my enviroment is:
cogdl==0.6.0
macos m1
python=3.9
the error message is :
The problem code lies in:
I tried to find a solution but failed. Any one can help me ? thx
The text was updated successfully, but these errors were encountered: