1 ▲ 1 ▼ Is using Rust bindings for the C++ api of PyTorch much faster than using Python? (github.com) submitted 5 years ago by vi21@lemmy.ml to c/deeplearning@lemmy.ml comment fedilink I tried to port a LSTM example in Python and the Rust version is much faster than the original. I wonder whether this is normal. 🤦