Code Monkey home page Code Monkey logo

Comments (3)

tfgg avatar tfgg commented on August 19, 2024

Thanks for the report and clear example. It looks like it's because the variables were created with tf.Variable rather than tf.get_variable, this is known to interact poorly with variable scopes. It's mentioned in the docs but might be a bit buried.

Here's my code:
https://gist.github.com/tfgg/d815ec514697a16bc1067acdbb6f0e1f
which outputs

[u'main_module/submodule_a/a:0', u'main_module/submodule_b/b:0']
[u'main_module/submodule_a/a:0', u'main_module/submodule_b/b:0']

from sonnet.

vierja avatar vierja commented on August 19, 2024

@tfgg Thanks for the clarification and the example! I must have missed that bit in the docs. I'm not creating any variables directly so it's probably down to some TF slim utils.

Besides being kind of annoying, does this behaviour cause any unwanted effects on the computation?

Closing the issue, thanks!.

from sonnet.

tfgg avatar tfgg commented on August 19, 2024

I'm not 100% sure, but I think variable sharing would fail (since it's creating a new variable each time), but I'd want to check that first :)

It's certainly possible that something in TF-slim caused this, it might not always interact well with Sonnet, though I think that also uses tf.get_variable.

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.