scil-vital / TrackToLearn

Public release of Track-to-Learn: A general framework for tractography with deep reinforcement learning
GNU General Public License v3.0
18 stars 10 forks source link

CPU Tracking #19

Closed AntoineTheb closed 1 year ago

AntoineTheb commented 1 year ago

I don't think training on CPU would be a good idea, but I need to make tracking from a trained agent possible on CPU. This would require removing some asserts that force GPU usage, as well as handling the device passed out the code in a much cleaner way.

AntoineTheb commented 1 year ago

Fixed in #21