neural-style-audio-tf icon indicating copy to clipboard operation
neural-style-audio-tf copied to clipboard

Blank screen error

Open piteight opened this issue 8 years ago • 2 comments
trafficstars

Hi Dimitry :) I have encountered some kind of error, when trying to transfer style from one song to another. After running few cells, screen goes black and I cannot use keyboard nor mouse, cant enter tty mode - looks like regular system crash. I'm using ubuntu 16.04 with tensorflow gpu (geforce 760gti 2gb vram). Is this problem caused by using gpu version?

piteight avatar Apr 19 '17 12:04 piteight

Hello @piteight, this code is cpu only as far as I remember, so it cannot be caused by gpu. Looks like something unrelated to this particular repo. Try reinstalling TF of ubuntu if nothing helps. Good luck!

DmitryUlyanov avatar Apr 19 '17 13:04 DmitryUlyanov

@piteight Did you fix your blank screen error? It is unrelated to gpu, but if you did want to try running on gpu, all you need to do is change the '/cpu:0' part of below line to '/gpu:0':

with g.as_default(), g.device('/cpu:0'), tf.Session() as sess:

msm1089 avatar Nov 13 '17 01:11 msm1089