-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Hello,
I have a question about your framework matdeeplearn.
An error occurs when I predict the new material I synthesized!
Their target.csv file and csv file are in a folder...
I don't know why the error occurs..
Dataset used: StructureDataset(1017)
Traceback (most recent call last):
File "main.py", line 552, in
main()
File "main.py", line 238, in main
print(dataset[0])
File "/home/------/anaconda3/lib/python3.7/site-packages/torch_geometric/data/dataset.py", line 199, in getitem
data = data if self.transform is None else self.transform(data)
File "/home/------/MatDeepLearn/matdeeplearn/process/process.py", line 702, in call
data.y = data.y[0][self.index]
IndexError: index 0 is out of bounds for dimension 0 with size 0
Metadata
Metadata
Assignees
Labels
No labels