Suyash
Suyash
This may be because you are not exposing CUDA environment variables during compilation (running make.sh), in my case, I needed to set: ``` CUDA_VISIBLE_DEVICES=0 LD_LIBRARY_PATH=/usr/local/cuda-80/lib64:$LD_LIBRARY_PATH PATH=/usr/local/cuda-80/bin:$PATH ``` Also, do make...
@awkwardtechdude Thanks for the script! A small suggestion could be wrap the last 3 lines in a while loop for easy experimentation. Something like this: ``` while True: for k...
The readme has this link: https://seanvasquez.com/handwriting-generation/ , which redirects to https://www.calligrapher.ai/