afruehstueck / tileGAN

Code for TileGAN: Synthesis of Large-Scale Non-Homogeneous Textures (SIGGRAPH 2019)
GNU General Public License v3.0
222 stars 19 forks source link

tensorflow.python .framework error #14

Closed navuboy closed 2 years ago

navuboy commented 2 years ago

Hi, I'm encountering the following error related to GPU/CPU ID allocation whenever I am trying to execute any option on the GUI, is there any command to enable cuda specifcally? Screenshot from 2022-10-20 14-39-59

I was able to launch the GUI but not able to enlarge the imageand how to remove the tutorial option from the GUI? Screenshot from 2022-10-20 14-44-17

afruehstueck commented 2 years ago

Re (1): Do you have a CUDA-capable GPU in your device? I have never tried to run the tool without GPU, I don't think this will work. If you do, then there is another problem with loading CUDA. Tensorflow is a huge pain with getting everything set up correctly. Re (2): The tutorial is always loaded as the splash screen, as described on the tutorial page, you proceed to generate an output by randomizing a grid or loading an image.

navuboy commented 2 years ago

I am currently using CUDA capable GPU - CUDA 11.5 to be precise, but I guess it's some sot of a dependency issue with Tensorflow. I am facing this issue now with the gpu id not being detected in the client channel, whenever i try to select any option on the GUI. Screenshot from 2022-10-20 17-22-07