SciNim / flambeau

Nim bindings to libtorch
85 stars 3 forks source link

vendoring and wrapping torchvision, torchtext and torchaudio #8

Open mratsim opened 3 years ago

mratsim commented 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)