Submitted by gokulPRO t3_11oh450 in MachineLearning
maxToTheJ t1_jbtjn8w wrote
Reply to comment by AerysSk in [D] Is Pytorch Lightning + Wandb a good combination for research? by gokulPRO
The structure of pytorch-lightning makes sense for like 99% of workflows which is why other similar libraries use similar structures for what the generic DL process is like. If you are having trouble migrating you are either in a rare use case or really should think about how you structured your code
koolaidman123 t1_jbtkuif wrote
there are some fairly annoying things with pytorch lightning, and somethings are definitely harder to do in lightning due to how it's structured. but overall i find for practical purposes i've been liking lightning a lot more than pytorch + accelerate, especially now you can basically use colossal ai with lightning over deepspeed
Viewing a single comment thread. View all comments