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 DCGAN module #403

Merged
merged 62 commits into from
Jan 18, 2021
Merged

Commits on Nov 24, 2020

  1. Add DCGAN module

    chris-clem committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    3a483ca View commit details
    Browse the repository at this point in the history
  2. Undo black on conf.py

    chris-clem committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    2bb60eb View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Add tests for DCGAN

    chris-clem committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    dac758b View commit details
    Browse the repository at this point in the history
  2. Fix flake8 and codefactor

    chris-clem committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    1582816 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Configuration menu
    Copy the full SHA
    0df4de5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b1e11a View commit details
    Browse the repository at this point in the history
  3. Upgrade DQN to use .log (Lightning-Universe#404)

    * Upgrade DQN to use .log
    
    * remove unused
    
    * pep8
    
    * fixed other dqn
    teddykoker authored and chris-clem committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    ec90342 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d3aaaa View commit details
    Browse the repository at this point in the history
  5. Decouple DataModules from Models - CPCV2 (Lightning-Universe#386)

    * Decouple dms from CPCV2
    
    * Update tests
    akihironitta authored and chris-clem committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    ac56e5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fca092 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Update transforms

    chris-clem committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    4bc4d63 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. bugfix: batch_size parameter for DataModules remaining (Lightning-Uni…

    …verse#344)
    
    * bugfix: batch_size for DataModules remaining
    
    * Update sklearn datamodule tests
    
    * Fix default_transforms. Keep internal for every data module
    
    * fix typo on binary_mnist_datamodule
    
    thanks @akihironitta
    
    Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
    
    Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
    2 people authored and chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    0a13628 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07315ae View commit details
    Browse the repository at this point in the history
  3. Just a Typo (Lightning-Universe#413)

    missing a ' at the end of dataset='stl10
    JonathanSum authored and chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    931dad8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8335f9 View commit details
    Browse the repository at this point in the history
  5. tests: Use cached datasets in LitMNIST and the doctests (Lightning-Un…

    …iverse#414)
    
    * Use cached datasets
    
    * Use cached datasets in doctests
    akihironitta authored and chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    5b299ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    427b596 View commit details
    Browse the repository at this point in the history
  7. stale: update label

    Borda authored and chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    794aa20 View commit details
    Browse the repository at this point in the history
  8. bugfix: Add missing imports to pl_bolts/__init__.py (Lightning-Univer…

    …se#430)
    
    * Add missing imports
    
    * Add missing imports
    
    * Apply isort
    akihironitta authored and chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    8aba29c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0f41495 View commit details
    Browse the repository at this point in the history
  10. Add static type checker mypy to the tests and pre-commit hooks (Light…

    …ning-Universe#433)
    
    * Add mypy check to GitHub Actions
    
    * Run mypy on pl_bolts only
    
    * Add mypy check to pre-commit
    
    * Add an empty line at the end of files
    
    * Update mypy config
    
    * Update mypy config
    
    * Update mypy config
    
    * show
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    2 people authored and chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    4795612 View commit details
    Browse the repository at this point in the history
  11. missing logo

    Borda authored and chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    e3f5e38 View commit details
    Browse the repository at this point in the history
  12. Add type annotations to pl_bolts/__init__.py (Lightning-Universe#435)

    * Run mypy on pl_bolts only
    
    * Update mypy config
    
    * Add type hints to pl_bolts/__init__.py
    
    * mypy
    
    Co-authored-by: Jirka Borovec <jirka.borovec@seznam.cz>
    2 people authored and chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    dbbcad6 View commit details
    Browse the repository at this point in the history
  13. skip hanging (Lightning-Universe#437)

    Borda authored and chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    e8040a9 View commit details
    Browse the repository at this point in the history
  14. Option to normalize latent interpolation images (Lightning-Universe#438)

    * add option to normalize latent interpolation images
    
    * linspace
    
    * update
    
    Co-authored-by: ananyahjha93 <ananya@pytorchlightning.ai>
    2 people authored and chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    bb37992 View commit details
    Browse the repository at this point in the history
  15. 0.2.6rc1

    Borda authored and chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    f899c9f View commit details
    Browse the repository at this point in the history
  16. Warnings fix (Lightning-Universe#449)

    * Revert "Merge pull request Lightning-Universe#1 from ganprad/warnings_fix"
    
    This reverts commit 7c5aaf0.
    
    * Fixes warning related np.integer in SklearnDataModule
    
    Fixes this warning:
    ```DeprecationWarning: Converting `np.integer` or `np.signedinteger` to a dtype is deprecated. The current result is `np.dtype(np.int_)` which is not strictly correct. Note that the result depends on the system. To ensure stable results use may want to use `np.int64` or `np.int32````
    ganprad authored and chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    17e7ae2 View commit details
    Browse the repository at this point in the history
  17. Refactor datamodules/datasets (Lightning-Universe#338)

    * Remove try: ... except: ...
    
    * Fix experience_source
    
    * Fix imagenet
    
    * Fix kitti
    
    * Fix sklearn
    
    * Fix vocdetection
    
    * Fix typo
    
    * Remove duplicate
    
    * Fix by flake8
    
    * Add optional packages availability vars
    
    * binary_mnist
    
    * Use pl_bolts._SKLEARN_AVAILABLE
    
    * Apply isort
    
    * cifar10
    
    * mnist
    
    * cityscapes
    
    * fashion mnist
    
    * ssl_imagenet
    
    * stl10
    
    * cifar10
    
    * dummy
    
    * fix city
    
    * fix stl10
    
    * fix mnist
    
    * ssl_amdim
    
    * remove unused DataLoader and fix docs
    
    * use from ... import ...
    
    * fix pragma: no cover
    
    * Fix forward reference in annotations
    
    * binmnist
    
    * Same order as imports
    
    * Move vars from __init__ to utils/__init__
    
    * Remove vars from __init__
    
    * Update vars
    
    * Apply isort
    akihironitta authored and chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    57e2991 View commit details
    Browse the repository at this point in the history
  18. update min requirements - PL 1.1.1 (Lightning-Universe#448)

    * update min requirements
    
    * rc0
    
    * imports
    
    * isort
    
    * flake8
    
    * 1.1.1
    
    * flake8
    
    * docs
    Borda authored and chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    78c4d00 View commit details
    Browse the repository at this point in the history
  19. Add missing optional packages to requirements/*.txt (Lightning-Univ…

    …erse#450)
    
    * Import matplotlib at the top
    
    * Add missing optional packages
    
    * Update wandb
    
    * Add mypy to requirements
    akihironitta authored and chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    77ed92e View commit details
    Browse the repository at this point in the history
  20. update Isort (Lightning-Universe#457)

    Borda authored and chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    d81a70f View commit details
    Browse the repository at this point in the history
  21. Adding flags to datamodules (Lightning-Universe#388)

    * Adding flags to datamodules
    
    * Finishing up changes
    
    * Fixing syntax error
    
    * More syntax errors
    
    * More
    
    * Adding drop_last flag to sklearn test
    
    * Adding drop_last flag to sklearn test
    
    * Updating doc for reflect drop_last=False
    
    * Adding flags to datamodules
    
    * Finishing up changes
    
    * Fixing syntax error
    
    * More syntax errors
    
    * More
    
    * Adding drop_last flag to sklearn test
    
    * Adding drop_last flag to sklearn test
    
    * Updating doc for reflect drop_last=False
    
    * Cleaning up parameters and docstring
    
    * Fixing syntax error
    
    * Fixing documentation
    
    * Hardcoding shuffle=False for val and test
    briankosw authored and chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    a52cd5c View commit details
    Browse the repository at this point in the history
  22. Add DCGAN module

    chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    9b38f56 View commit details
    Browse the repository at this point in the history
  23. Small fixes

    chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    e41d9d4 View commit details
    Browse the repository at this point in the history
  24. Remove DataModules

    chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    0f322fe View commit details
    Browse the repository at this point in the history
  25. Update docs

    chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    3b52710 View commit details
    Browse the repository at this point in the history
  26. Update docs

    chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    c1dcf70 View commit details
    Browse the repository at this point in the history
  27. Update torchvision import

    chris-clem committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    d6d1dca View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    add8bdf View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Import gym as optional package to build docs successfully (Lightning-…

    …Universe#458)
    
    * Import gym as optional package
    
    * Fix import
    
    * Apply isort
    akihironitta authored and chris-clem committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    f058a3f View commit details
    Browse the repository at this point in the history
  2. bugfix: batch_size parameter for DataModules remaining (Lightning-Uni…

    …verse#344)
    
    * bugfix: batch_size for DataModules remaining
    
    * Update sklearn datamodule tests
    
    * Fix default_transforms. Keep internal for every data module
    
    * fix typo on binary_mnist_datamodule
    
    thanks @akihironitta
    
    Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
    
    Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
    2 people authored and chris-clem committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    141a7d3 View commit details
    Browse the repository at this point in the history
  3. Option to normalize latent interpolation images (Lightning-Universe#438)

    * add option to normalize latent interpolation images
    
    * linspace
    
    * update
    
    Co-authored-by: ananyahjha93 <ananya@pytorchlightning.ai>
    2 people authored and chris-clem committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    ce4db83 View commit details
    Browse the repository at this point in the history
  4. update min requirements - PL 1.1.1 (Lightning-Universe#448)

    * update min requirements
    
    * rc0
    
    * imports
    
    * isort
    
    * flake8
    
    * 1.1.1
    
    * flake8
    
    * docs
    Borda authored and chris-clem committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    ab89aa0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54a246c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    982b22e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    843eac3 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Add docs

    chris-clem committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    e6420a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

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

Commits on Jan 3, 2021

  1. Use LSUN instead of CIFAR10

    Christoph Clement committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    6090b5c View commit details
    Browse the repository at this point in the history
  2. Update TensorboardGenerativeModelImageSampler

    Christoph Clement committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    dc3b502 View commit details
    Browse the repository at this point in the history
  3. Update docs with lsun

    Christoph Clement committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    b61574b View commit details
    Browse the repository at this point in the history
  4. Update test

    Christoph Clement committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    e3bd495 View commit details
    Browse the repository at this point in the history
  5. Revert TensorboardGenerativeModelImageSampler changes

    Christoph Clement committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    a9197ae View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    e5f1456 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd692a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    cecb452 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e460f09 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Fix test_dcgan

    Christoph Clement committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    0a238c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

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

Commits on Jan 17, 2021

  1. Configuration menu
    Copy the full SHA
    2c0d4d0 View commit details
    Browse the repository at this point in the history
  2. Apply yapf

    Christoph Clement committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    01fea8a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

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