Issue with "Getting Started" Code when Using 1000 Thousand Streamlines #132
Unanswered
Wilbur2001
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi @Wilbur2001, could you please try loading your tractogram using just one thread? You can achieve this by adding |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm a complete newbie in both coding and dmri. I've encountered a problem with the "getting started" code, and I'd appreciate any help or guidance.
I'm working with a file containing 1000 thousand streamlines, and I'm facing an issue. The code runs smoothly for 200 and 500 thousand streamlines, but it gets stuck at loading data when using 1000 thousand streamlines. like below:
And it just stuck here.
The problem occurs specifically when using 1000 thousand streamlines, and my computer seems to halt the subsequent steps. I have to manually close the terminal, which opens Spyder, to restart the process.
Here are some details about my system and my code:
CPU: i9-13900
GPU: RTX3060
RAM: 128GB
n_threads: 32 (default)
For the 200/500 thousand streamlines, the code runs successfully in all "Getting Started" code with consuming times of 40 seconds and 100 seconds, respectively.
Any help or guidance would be highly appreciated!
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions