ALAE
ALAE copied to clipboard
Segmentation fault (core dumped)
I tested interactive_demo.py on p2.x8large(8GPUs)
but I encountered
Segmentation fault (core dumped)
Could you give me advice which part should I fix for this problem??
I already changed configs/ffhq.yaml LOD_2_BATCH_8GPU: [512, 256, 128, 64, 32, 32, 32, 32, 32]
to LOD_2_BATCH_8GPU: [512, 256, 128, 64, 32, 32, 32, 32, 24] or LOD_2_BATCH_8GPU: [512, 256, 128, 64, 32, 32, 32, 32, 16]
but does't work
I also changed gpu_count = 1 to gpu_count = 8 in interactive_demo.py
but console output Exception: process 1 terminated with signal SIGSEGV
The interactive demo is meant to run on a machine with a desktop environment because it has GUI. On Linux, that means that system X must be present as well as some window manager. It true though, that on headless machine it should throw an exception, not just crash
You can not run it on AWS, because there is no UI shell.
You could install it with sudo apt install ubuntu-desktop
and then set up a remote desktop with Xrdp or TeamViewer. In this case, it will work, but I would not recommend it since streaming video will be very laggy.
You can run it on Windows/Linux/OSX machine with some decent gaming GPU, such as 1070 (maybe even cheaper GPU will work just fine). In fact, you can even run it on CPU without GPU, but the frame rate will be very low (on my machine it is 4s. per frame).
Thank you very much for detailed response! I would try it on my local machine, Thanks!
Thank you very much for detailed response! I would try it on my local machine, Thanks!
Hi, are you able to run on your local machine ?