Git Product home page Git Product logo

Comments (8)

taki0112 avatar taki0112 commented on August 31, 2024

Do you mean not to use gpu?

Have you checked "watch -n 0.1 nvidia-smi"?

from unit-tensorflow.

reborm avatar reborm commented on August 31, 2024

Hi, I have a computer with cuda8.0 installed, but I only find this code running in cpu version. Could please tell me how to solve it ? Thank you very much.

from unit-tensorflow.

taki0112 avatar taki0112 commented on August 31, 2024

Check this

  1. pip install tensorflow-gpu (do not install tensorflow)

  2. set gpu_num
    ex) export CUDA_VISIBLE_DEVICES=0,1,2,3

  3. Try it
    python main_multi_gpu.py --gpu_num 4 --batch_size 1

from unit-tensorflow.

reborm avatar reborm commented on August 31, 2024

Sorry, it doesn't work

from unit-tensorflow.

taki0112 avatar taki0112 commented on August 31, 2024

Well, I'm running well ...
What is the GPU version?

from unit-tensorflow.

reborm avatar reborm commented on August 31, 2024

My GPU is Nvidia Geforce 1070, Cuda version is 8.0, cudnn version is 5.1.

from unit-tensorflow.

reborm avatar reborm commented on August 31, 2024

Hi, I suddenly found that I run this code in python2.7, which makes me feel very embarrassed. When I switch to python3, my gpu is now working. Additionly, the tensorflow I used in python3 is 1.2, but this version doesn't hava leaky_relu and instance_norm, one needs to add these two functions.

from unit-tensorflow.

littlealili avatar littlealili commented on August 31, 2024

Could you please send me a training set? I try to run the code by https://github.com/mingyuliutw/UNIT/tree/master/datasets/gta2city
but it has some problems. My email is [email protected],thank you very much!

from unit-tensorflow.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.