Results 93 comments of Tom Dörr

Then you might want to look into Windows Subsystem for Linux

Is it possible that you are running that command in the normal Windows terminal instead of in the Windows Subsystem for Linux?

You should be able to run it with my docker environment: https://github.com/tom-doerr/TecoGAN-Docker However there might be some issues with RTX 3090 cards: https://github.com/tom-doerr/TecoGAN-Docker/issues/10

I'm not sure if it works on Windows with your GPU. You can definitely run it on your CPU.

You could try to run it in docker: https://github.com/tom-doerr/TecoGAN

Yes, I think you're better off just installing Tensorflow 1.8. In case you still have issues you could use the docker environment I created: https://github.com/tom-doerr/TecoGAN

@sephethus This is likely because your python version is too new, it should work with Python 3.5.

I think it's unlikely that it's going to get updated anytime soon.

Likely 1.8. From the readme: ``` # Install tensorflow1.8+, ```

If you have trouble getting it running, you could use my docker environment: https://github.com/tom-doerr/TecoGAN