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

Alternative rotational invariance and convolution neural networks #171

Merged
merged 25 commits into from
Jul 24, 2024

Commits on May 14, 2024

  1. train with not rotated image and reconstruction loss as minimum over …

    …rotated images with reconstructed image of not rotated image
    BerndDoser committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a1c1627 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. improve cnn encoder/decoder architecture:

    - remove one layers
    - double channels
    - smaller learning rate
    - upsampling in decoder
    BerndDoser committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c7a15c0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. add ImageDataset

    BerndDoser committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5348385 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a1433e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5752dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e73df8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    430c480 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. update plain autoencoder

    BerndDoser committed May 24, 2024
    Configuration menu
    Copy the full SHA
    cc27bf7 View commit details
    Browse the repository at this point in the history
  2. add pokemon config

    BerndDoser committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7c2fb24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    741d758 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

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

Commits on May 29, 2024

  1. rename h_dim and z_dim into latent_dim ...

    and use no default value
    BerndDoser committed May 29, 2024
    Configuration menu
    Copy the full SHA
    693a300 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    601eaf7 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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

Commits on Jun 7, 2024

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

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    8582fc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beee3ea View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Revert "train with not rotated image and reconstruction loss as minim…

    …um over rotated images with reconstructed image of not rotated image"
    
    This reverts commit a1c1627.
    BerndDoser committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    bfb5f60 View commit details
    Browse the repository at this point in the history
  2. git ignore sarif files

    BerndDoser committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a16f967 View commit details
    Browse the repository at this point in the history
  3. Rotational2Autoencoder, which takes the minimal loss of all rotated i…

    …nput image and the reconstructed image using the not rotated image.
    BerndDoser committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ea158f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    8a76c7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9de1353 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. fix flake8 warnings

    BerndDoser committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8578d9a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    a1c54da View commit details
    Browse the repository at this point in the history
  2. poetry update

    BerndDoser committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    574960f View commit details
    Browse the repository at this point in the history