Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vendoring and wrapping torchvision, torchtext and torchaudio #8

Open
mratsim opened this issue Jan 10, 2021 · 0 comments
Open

vendoring and wrapping torchvision, torchtext and torchaudio #8

mratsim opened this issue Jan 10, 2021 · 0 comments

Comments

@mratsim
Copy link
Collaborator

mratsim commented Jan 10, 2021

Unlike regular PyTorch/LibTorch, torchvision, torchtext and torchaudio do not have a nice prebuilt executable that we can download.

So we need to either:

  • get the library from conda or pip and discarding the Python part
  • build the library ourselves on install

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: pytorch/vision#2692 (Using torchvision C++ API without installing python)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant