"th: command not found"

Hello, I am trying to run the code from here:


Specifically I am at the bulletpoint (CPU only) and run
“DATA_ROOT=./datasets/facades name=facades_generation which_direction=BtoA gpu=0 cudnn=0 batchSize=10 save_epoch_freq=5 th train.lua”
and returns “th: command not found”. Does anyone know how to correct it?
Thank you!

It looks like you are using LuaTorch. As LuaTorch is not in active development, I would recommend to give PyTorch a try. There is a link in the repo to the PyTorch implementation of Pix2Pix.

1 Like

Thank you very much @ptrblck!

1 Like