-
Notifications
You must be signed in to change notification settings - Fork 13
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
Problem running fmridenoise #88
Comments
Use |
Does it need large RAM , I try to run on 12 subjects and it crashes! |
I took very conservative steps in memory estimations for each node but it may crash because of not enough ram (especially when raw image files are seizable). If you have exceptions connected to low RAM you can try running fmridenoise without |
I have 30 GB of RAM and not using --MultiProc . My task data acquired with MultiBand and TR=0.57 and 615 images. could it be the reason? |
I have checked my mail and for reason unknown to me this traceback wasn't in this issue.
No space left on device means that there is problem with storage for cache. |
Thanks a lot. for the reply. I will try to change the´cache directory. |
Hi , would you please look at the error happened in the last step I assume: 210127-12:11:37,949 nipype.workflow INFO: |
This is the important part... It's bug in our code. I will try to debug this issue later - 2 weeks, because I have BSc to finish with very strict deadline. |
Hi and thanks, Unfortunately I can not share the data but let me know if you need any more information. Here is the command that I used and I just sent you the last part of output from terminal. I attach the full output with the command here again.
210127-12:11:37,949 nipype.workflow INFO: |
Hi, Could you find some time to debug the error? I actually noted that after I got this error , I got the demonised files which when I open them doesn't look as brain but also smoothed output which looks ok! |
Hi,
I have installed fmridenoise latest version on centos. I run fmridenoise /home/amiman/Desktop/OUT/ and my subjects are located at /home/amiman/Desktop/OUT/derivatives/fmriprep/ , I get following :
fmridenoise /home/amiman/Desktop/OUT/
/home/amiman/anaconda3/lib/python3.7/site-packages/sklearn/feature_extraction/text.py:17: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Mapping, defaultdict
usage: fmridenoise [-h] [--version] {compare,dummy} ...
fmridenoise: error: invalid choice: '/home/amiman/Desktop/OUT/' (choose from 'compare', 'dummy')
The text was updated successfully, but these errors were encountered: