Code Monkey home page Code Monkey logo

Comments (5)

Shuolongbj avatar Shuolongbj commented on August 19, 2024

FYI.
Google Cloud ML Engine already has an optimized and GPU-enabled TensorFlow version installed. you could remove the tensorflow line from setup.py to make it work,or the GPU not being used if you download the CPU-only tensorflow package from PyPI and shadowing the existing TensorFlow installation.

from sonnet.

afhuertass avatar afhuertass commented on August 19, 2024

@Shuolongbj Hi, i make Sonnet work on google Cloud after a while, i did it by compiling the library on my machine, upload the wheel file to Google Cloud Storage, and specifying the --package option when uploading the job.

After a while I came to realize that the trainign was going slow, so I started to think that the gpu was not being used. what i think, needs to be done is recompiling the sonnet library against a GPU supported Tensorflow, and it maybe work fine in that case.

Thanks for your answer. :)

from sonnet.

diegolascasas avatar diegolascasas commented on August 19, 2024

Hi @afhuertass,

Sonnet should be using the version of tensorflow you installed with pip.

Do you get only CPU devices when you run a session with device placement being logged?
(see here)

And do you get GPU devices when you run tensorflow ops without Sonnet?

from sonnet.

malcolmreynolds avatar malcolmreynolds commented on August 19, 2024

@afhuertass Can you try installing the pip package (either 'dm-sonnet' or 'dm-sonnet-gpu') ?

from sonnet.

diegolascasas avatar diegolascasas commented on August 19, 2024

Closed due to inactivity. Feel free to reopen the bug if you have any problem installing from pip.

from sonnet.

Related Issues (20)

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.