JunhongYu
JunhongYu
So i discovered that the error disappears if ` eval_metric = "mape"` instead of `eval_metric = "mae"`
just tried the neurodesk docker from your link. I got the following error after around 90mins ``` Writing output to /scratch/tmpdir.seg2cc.3678153/ccbin.mgh mghWrite(/scratch/tmpdir.seg2cc.3678153/ccbin.mgh, -1): could not open file ERROR: mri_binarize --i...
yes indeed it seems like a permission issue. I managed to resolve the issue after binding the sandbox's `/scratch` to somewhere in my `home` ``` mkdir $HOME/scratch singularity run --cleanenv...
Can you add an official singularity/docker version ?