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 have a question about General.ipynb. Everything works fine in the notebook until Advanced data loading. I kept everything as indicated in the notebook, as well as the same dataset. I have not change anything, just trying to reproduce the same results. But it seems like dataset[0] does not work for me. It return this error:
This is a snipet of my paths:
It looks like every thing works fine but I still get the error like the paths are empty.
Can you please advise me what should I do, or what is exactly the error refers to ?
Thanks a lot !
The text was updated successfully, but these errors were encountered:
This looks like a path environment variable issue. I guess that either PATH_Tivita_HeiPorSPECTRAL or PATH_HTC_RESULTS is not set properly. In your case, the path to the dataset should be set to PATH_Tivita_HeiPorSPECTRAL=/media/nas/Aya/HeiPorSPECTRAL/HeiPorSPECTRAL and PATH_HTC_RESULTS should be set to a directory of your choice. You can check via htc info whether the paths are registered correctly.
❓ Question
Description
Hi there,
Thank you for your tutorials.
I have a question about General.ipynb. Everything works fine in the notebook until Advanced data loading. I kept everything as indicated in the notebook, as well as the same dataset. I have not change anything, just trying to reproduce the same results. But it seems like dataset[0] does not work for me. It return this error:
This is a snipet of my paths:

It looks like every thing works fine but I still get the error like the paths are empty.
Can you please advise me what should I do, or what is exactly the error refers to ?
Thanks a lot !
The text was updated successfully, but these errors were encountered: