Open mratsim opened 3 years ago
Unlike regular PyTorch/LibTorch, torchvision, torchtext and torchaudio do not have a nice prebuilt executable that we can download.
So we need to either:
Note: we can skip the hell that is CMake and directly use Nim as a C++ build system
For example, for the Arcade learning Environment (Atari games emulator for Reinforcement Learning):
Relevant thread: https://github.com/pytorch/vision/issues/2692 (Using torchvision C++ API without installing python)
Unlike regular PyTorch/LibTorch, torchvision, torchtext and torchaudio do not have a nice prebuilt executable that we can download.
So we need to either:
Note: we can skip the hell that is CMake and directly use Nim as a C++ build system
For example, for the Arcade learning Environment (Atari games emulator for Reinforcement Learning):
Relevant thread: https://github.com/pytorch/vision/issues/2692 (Using torchvision C++ API without installing python)