Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Wasserstein Loss, the Most Popular Loss Function for GANs #27207

Merged
merged 17 commits into from
Jul 13, 2024

Commits on Nov 4, 2023

  1. I added the most popular loss function for GANs, Wasserstein loss, fo…

    …r both the generator and the discriminator.
    hi-sushanta committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    cb4ee73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6dba36 View commit details
    Browse the repository at this point in the history
  3. 🤖 Lint code

    ivy-branch committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    5c3a7d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    249165a View commit details
    Browse the repository at this point in the history
  5. Update the doc-string

    hi-sushanta committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    ec4d2b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd0568e View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    9114438 View commit details
    Browse the repository at this point in the history
  2. 🤖 Lint code

    ivy-branch committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    15add5b View commit details
    Browse the repository at this point in the history
  3. I added test function

    hi-sushanta committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    67b2001 View commit details
    Browse the repository at this point in the history
  4. 🤖 Lint code

    ivy-branch committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    d0722dc View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    04d8f1e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    3e8d297 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    3d7b0c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1a4d92 View commit details
    Browse the repository at this point in the history
  3. 🤖 Lint code

    ivy-branch committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    63f22cf View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    6ec2993 View commit details
    Browse the repository at this point in the history
  2. fix

    Sam-Armstrong committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    7ee8b8a View commit details
    Browse the repository at this point in the history