Tanmay Nath
Tanmay Nath
Yes, I am using the original T1 image mainly because the T1 reference aligned to ACPC is not present if I use the `--dwi-only` option. Also, can you please also...
Thanks, good to know that the `output-space` is deprecated. Also, is that the reason that the orientation of all the pre-processed DWI images is flipped to LPS?
Thanks for your help/suggestions :)
@bwinsto2 Sure, that would be helpful. Thanks :)
Replace the line 132 in train.py : `saver.save(sess, model_name, global_step=it) `to `saver.save(sess, str('./'+model_name), global_step=it)` and it should work