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

Add Pytorch implementation for Sea-Pix-GAN #5

Open
wants to merge 36 commits into
base: master
Choose a base branch
from

Commits on Mar 16, 2024

  1. add new readme

    w4a2y4 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    f98b5ae View commit details
    Browse the repository at this point in the history
  2. rm tensorflow

    w4a2y4 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    cb48577 View commit details
    Browse the repository at this point in the history
  3. add branch rule

    w4a2y4 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    506e352 View commit details
    Browse the repository at this point in the history
  4. propose dir structure

    w4a2y4 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    397e1c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a046294 View commit details
    Browse the repository at this point in the history
  6. add file structure to README

    w4a2y4 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    f22bad9 View commit details
    Browse the repository at this point in the history
  7. ignore .pyc files

    w4a2y4 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    c594f6b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. finish generator impl

    w4a2y4 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    48069e5 View commit details
    Browse the repository at this point in the history
  2. ignore pycache

    w4a2y4 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4a87838 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    defc44f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    8de8ba5 View commit details
    Browse the repository at this point in the history
  2. add discriminator

    ZIMUQIN-L committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    76c8476 View commit details
    Browse the repository at this point in the history
  3. add discriminator

    ZIMUQIN-L committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    07f2ffe View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Merge pull request #2 from w4a2y4/discriminator-peijieli

    Discriminator peijieli
    ejerez authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    d188692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b5f84b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from w4a2y4/generator-charlotte

    Generator network
    ejerez authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    811e776 View commit details
    Browse the repository at this point in the history
  4. rm unused vars

    w4a2y4 committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    255de19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a80fd69 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Merge pull request #3 from w4a2y4/generator-train

    Generator training script
    ZIMUQIN-L authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    6051bc0 View commit details
    Browse the repository at this point in the history
  2. add discriminator train

    ZIMUQIN-L committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    299eac7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from w4a2y4/discriminator_train

    add discriminator train
    w4a2y4 authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    3d7367e View commit details
    Browse the repository at this point in the history
  4. address comment

    w4a2y4 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    8b884fa View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. fix generator typo

    ZIMUQIN-L committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    348874d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. add qinxin's test

    w4a2y4 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    689ea38 View commit details
    Browse the repository at this point in the history
  2. try add sea-pix-gan nb

    w4a2y4 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5eb01e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dc97b4 View commit details
    Browse the repository at this point in the history
  4. use same downlayer for G & D

    w4a2y4 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    845347b View commit details
    Browse the repository at this point in the history
  5. rm nb

    w4a2y4 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a226e94 View commit details
    Browse the repository at this point in the history
  6. Revert "use same downlayer for G & D"

    This reverts commit 845347b.
    w4a2y4 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    85afeee View commit details
    Browse the repository at this point in the history
  7. fix runtime errors

    w4a2y4 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3253595 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. add logs

    w4a2y4 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    479e5a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. clean training code

    w4a2y4 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    85f77cb View commit details
    Browse the repository at this point in the history
  2. rm log

    w4a2y4 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7955296 View commit details
    Browse the repository at this point in the history
  3. revert readmes

    w4a2y4 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    08f5881 View commit details
    Browse the repository at this point in the history
  4. revert data & TF

    w4a2y4 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    68e91da View commit details
    Browse the repository at this point in the history
  5. add test

    oltremare authored and oltremare committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    540dcfc View commit details
    Browse the repository at this point in the history