-
Notifications
You must be signed in to change notification settings - Fork 2k
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
th: command not found #82
Comments
You need to install Lua Torch to run CycleGAN. Please refer to this webpage. |
@taesung89 why Lua Torch, what's difference between Lua Torch and pytorch |
The deep learning framework, called Torch, was based on a programming language named Lua. This repository hosts the code for CycleGAN that was built on Torch. After the release of CycleGAN, people developed a new framework called PyTorch, which follows the style of Torch but runs using Python. Now that PyTorch became very popular, I called the original Torch Lua Torch to avoid confusion. So what I just meant was "You need to install Torch to run CycleGAN". |
hi @taesung89 thanks for your kind response, ! I am new one to Gan and pytorch. I am implementing your code, could you tell me which version just use the pytorch to implement your work (Object Transfiguration) |
Hi me to |
hi @taesung89 https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix is this version just use the pytorch? |
Yes, that link is correct. You should be able to run it using the current pytorch version. The installation instruction should be on that page. If you have problem running it, please look at the instruction and also issue on that git repo. Thanks!! |
@taesung89 thanks |
Hard but easyClone the Torch repo (forked to work with CUDA 10).
Install Torch.
Activate Torch.
Make sure the installation worked.
Result:
|
WHen I run DATA_ROOT=./datasets/horse2zebra name=horse2zebra_model th train.lua in the terminal,
it always remind me of "th: command not found"
The text was updated successfully, but these errors were encountered: