wangwei-cmd

Results 2 issues of wangwei-cmd

I want to create a helical geometry with cylindrical detector. Here is my code: reco_space = odl.uniform_discr(min_pt=[-63.5, -63.5, 0], max_pt=[63.5, 63.5, 14], shape=[128, 128, 15], dtype='float32') angle_partition = odl.uniform_partition(0, 2...

Hi, I can run 'mayo_learned_primal_dual.py', but the loss is always NAN during the training process. I also run 'learned_primal_dual.py' and the loss seems to be right. Is there a probelm...