Coder Social home page Coder Social logo

Update losses module about gan HOT 6 CLOSED

tensorflow avatar tensorflow commented on May 8, 2024
Update losses module

from gan.

Comments (6)

aaronsarna avatar aaronsarna commented on May 8, 2024

Hi Saurav,

Thanks for contributing!

Pretty much this whole library is designed around TF1 constructs and in order to get it working with Keras and proper TF2 it probably needs a well thought out wholistic approach. We're also not ready to drop TF1 support, so we either need to have 2 versions of the code or else a way to keep things backwards compatible. The GANModel data structure, which is sort of the center of the whole library relies heavily on variable_scopes, which don't exist in TF2, so that might be the first thing to figure out, and then figure out how to adapt everything else from there.

Would you be interested in coming up with a plan of that sort, and then maybe a proof-of-concept?

The particular issue you point out here could be just one step of the larger plan.

from gan.

SauravMaheshkar avatar SauravMaheshkar commented on May 8, 2024

Hey @aaronsarna, that's a great suggestion. I was looking into the variable_scopes as well while attempting to redefine the wasserstein_loss function. I'll get started on building up a plan for converting v1.get_variable to tf.Variable and similarly to convert v1.variable_scope to other keras objects like layers/models/module

from gan.

SauravMaheshkar avatar SauravMaheshkar commented on May 8, 2024

@aaronsarna do you want me to use a template for the Proof-of-concept?

from gan.

aaronsarna avatar aaronsarna commented on May 8, 2024

I think just showing a basic mnist or cifar10 GAN trained with TF2 and Keras is sufficient.

from gan.

SauravMaheshkar avatar SauravMaheshkar commented on May 8, 2024

The GANModel class uses the collections module for creating tuple subclasses with named fields. But as per the docs page, this module has been "Deprecated since version 3.3, will be removed in version 3.10". Would you advise me to use the collections.abc module instead or did you have another module in mind?

from gan.

aaronsarna avatar aaronsarna commented on May 8, 2024

I don't think there's any need to stick with collections.namedtuple. To some extent the right answer will depend on the overall design. It may just be a class, or you could look at using attr or dataclasses. Whatever makes the most sense given the overall design.

from gan.

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.