About the learning of the source code,guys with experience please give me some advice

Hi ,everyone ,
I am a newbie, my c++ ability: I can complete the exercises of c++ primer. If I spend a year learning the pytorch source, is it possible? Pytorch source code and Mxnet source code Which is simple and easy to understand? Please have experienced master guidance.
thank you!

simply go for it. You’ll sooner or later know what suites you best

I would lookup Pytorch C++ examples and compile & run them. Try to understand each line of code and further research what’s not clear, which may mean going back to basic C++ concepts (possibly writing simpler examples yourself).

@mhubii
Thank you for your advice.