We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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: pytorch/vision#2692 (Using torchvision C++ API without installing python)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: pytorch/vision#2692 (Using torchvision C++ API without installing python)
The text was updated successfully, but these errors were encountered: