Giter VIP home page Giter VIP logo

Comments (5)

Baukebrenninkmeijer avatar Baukebrenninkmeijer commented on July 26, 2024 1

Since this is a GAN, does it make sense to stop early when the loss is stable? If both the generator and discriminator are improving at the same rate, shouldn't it stay stable?

from ctgan.

oregonpillow avatar oregonpillow commented on July 26, 2024

In my forked ctgan repo, i added a couple new features that were of interest to me including logging, gpu_stats, early_stopping and patience.

any feedback appreciated.
e.g.
ctgan.fit(data, discrete_columns, epochs=500, early_stopping=True, gpu_stats=False, patience=40, logging=True)

https://github.com/oregonpillow/CTGAN/blob/master/ctgan/synthesizer.py

from ctgan.

Diyago avatar Diyago commented on July 26, 2024

I implemented early stopping as well here https://github.com/Diyago/GAN-for-tabular-data/blob/master/ctgan/synthesizer.py#L262

from ctgan.

csala avatar csala commented on July 26, 2024

@oregonpillow @Diyago I came upon this while reviewing old issues. Since it seems that there are already a couple of implementations out there, please feel free to open a PR against this issue to contribute your versions! We can then discuss a bit more the details over the proposed code.

from ctgan.

fealho avatar fealho commented on July 26, 2024

As @Baukebrenninkmeijer mentioned, using the discriminator/generator losses to decide whether a GAN has converged is an open research question, so we won't be implementing it at this time.

from ctgan.

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.