SebChw / Actually-Robust-Training

Actually Robust Training - Tool Inspired by Andrej Karpathy "Recipe for training neural networks". It allows you to decompose your Deep Learning pipeline into modular and insightful "Steps". Additionally it has many features for testing and debugging neural nets.
MIT License
44 stars 0 forks source link

Remove `to` function from project #179

Closed SebChw closed 1 year ago

SebChw commented 1 year ago

Since every step selects device on the fly this is probably not needed

image

image

kordc commented 1 year ago

Agree