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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: