-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An error was encountered while fitting DKI #4
Comments
Can you please try fitting dki on a single data set? Do you have sufficient RAM? |
|
How many shells your dwi data have? Did you correclty mentioned number of b0 and b-values? How did your DTI fitting go? |
My DWI data has three shells, each with 90 directions, b1000, b2000 and b3000, and there are 18 in b0. The code I use is python -m difit '/home/jht/gnn_pnt/data/102311' '/home/jht/gnn_pnt/data/102311/out' '/home/jht/gnn_pnt/data/work' --models dki --dki_b_values 1000 2000 3000 --dki_b0_images 18 --mem 9 --nprocs 1. DTI useless attempt. It is also possible that mem is set to 9, which is too large. |
Please give it a try with fewer b0 images. increase --nprocs to 2. If you have more RAM, you can increase the ram. How big is the dataset? |
You can try the docker/ singularity image to single out any system related issues. If you do a longitudinal study, container approach is the best. |
Thank you for your answer, my data size is 1.15g, I'll try your comments. |
Traceback (most recent call last):
File "/home/jht/anaconda3/envs/gnn/lib/python3.7/multiprocessing/queues.py", line 242, in _feed
send_bytes(obj)
File "/home/jht/anaconda3/envs/gnn/lib/python3.7/multiprocessing/connection.py", line 200, in send_bytes
self._send_bytes(m[offset:offset + size])
File "/home/jht/anaconda3/envs/gnn/lib/python3.7/multiprocessing/connection.py", line 393, in _send_bytes
header = struct.pack("!i", n)
struct.error: 'i' format requires -2147483648 <= number <= 2147483647
The text was updated successfully, but these errors were encountered: