(no title)
hazard
|
4 years ago
If you've been using Python for DL, you can try using PyTorch's C++ bindings instead. They're remarkably similar to Python, and depending on what you're doing you may pick up a fair bit of speed. For example if you're doing some kind of RL-like simulation in Python, doing that in C++ will be much faster.
No comments yet.