Just_CurioussSss t1_j18o3f8 wrote
Reply to comment by pm_me_your_pay_slips in [P] A self-driving car using Nvidia Jetson Nano, with movement controlled by a pre-trained convolution neural network (CNN) written in Taichi by TaichiOfficial
Same question here (just curious, though). PyTorch mainly targets ML applications, while Taichi targets general high-performance numerical computation. Thus, PyTorch is mostly always the go-to option.
pigmentedink t1_j18pnv8 wrote
Look at OPs name
Just_CurioussSss t1_j18s7zt wrote
PyTorch and Taichi are not really competitors. Both can be combined to make some tasks simpler. (That's why I said I was curious)
houkensjtu t1_j1bjta9 wrote
You're right that Taichi is for general numerical computations. We just wanted to explore the possibility of making a CNN in Taichi - it's easier to do with Pytorch for sure, but I guess that kind of "uselessness" is part of the purpose of a "Hackathon" www
Also, check out this blog for more detailed comparison: https://docs.taichi-lang.org/blog/taichi_vs_torch_01
Viewing a single comment thread. View all comments