Closed mariofp77 closed 9 months ago
Dear @mariofp77 ,
I cannot reproduce your error. Could you please try again running the notebook after deleting all the remaining files associated with the custom dataset in the tutorials directory?
md17_uracil.npz new_dataset.db split.npz splitting.lock
Best, Jonas
Dear @jnsLs,
Many thanks for your response. I have tried removing the files you mention and then rerunning again the notebook and I get the same error again.
Best, Mario
I think I found the cause of the error. custom_data = spk.data.AtomsDataModule(...)` loads the split file which was defined for the qm9 dataset in one of the previous cells. The split file of qm9 contains 110k training indices (the uracil data does not contain as many). Hence for one of the larger indices we get an error.
Could you please try to verify this by running the notebook again and deleting the split file before running the very last cell?
Yes, doing that it works. Many thanks!
Thank you, Mario. We will adapt the tutorial soon. To avoid this error. Best, Jonas
I am getting the following error at the end of the second part of the first tutorial (https://github.com/atomistic-machine-learning/schnetpack/blob/master/examples/tutorials/tutorial_01_preparing_data.ipynb):
The notebook has not been altered, the version of SchNetPack used corresponds to the latest one in the repository and the ASE version is 3.22.1.