dataset = TUDataset(os.path.join('data',args.dataset),name=args.dataset)
时间: 2024-05-20 16:19:38 浏览: 140
合并两个DataSet的数据内容的方法
As an AI language model, I do not have access to your local files and directories. However, I can tell you that this code snippet reads a dataset from a folder named 'data' with a specific name specified in the 'args.dataset' variable. The dataset is of type TUDataset.
阅读全文