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
I'm trying to build torch demos, but I'm facing the following CMake error:
CMake Error at CMakeLists.txt:6 (ADD_TORCH_DOK): Unknown CMake command "ADD_TORCH_DOK".
The text was updated successfully, but these errors were encountered:
What exactly are you trying to build? and what command are you using?
Sorry, something went wrong.
The demos are scripts, that you can run directly, I dont think you need to build anything. Go into each folder and run the scripts with th/qlua
Can you provide me the full command to run any of those samples?
git clone https://github.com/torch/demos cd demos cd train-a-digit-classifier th train-on-mnist.lua
No branches or pull requests
I'm trying to build torch demos, but I'm facing the following CMake error:
CMake Error at CMakeLists.txt:6 (ADD_TORCH_DOK):
Unknown CMake command "ADD_TORCH_DOK".
The text was updated successfully, but these errors were encountered: