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

Latent space documentation #15

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 16, 2024

  1. restart capability

    dreamer2368 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    28e0827 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    fe78304 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f08be7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d3bacf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd7c1a6 View commit details
    Browse the repository at this point in the history
  5. offline fom wrapper

    dreamer2368 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    09f2c21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e31d52f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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

Commits on Oct 2, 2024

  1. offline fom export

    dreamer2368 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3a69879 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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

Commits on Oct 9, 2024

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

Commits on Oct 10, 2024

  1. factorized autoencoder.

    dreamer2368 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2381d61 View commit details
    Browse the repository at this point in the history
  2. initialize weights

    dreamer2368 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0bb2e53 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    c029ef6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90b2a92 View commit details
    Browse the repository at this point in the history
  3. pip install fix

    dreamer2368 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    db151ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9528f00 View commit details
    Browse the repository at this point in the history
  5. another try..

    dreamer2368 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    830ee33 View commit details
    Browse the repository at this point in the history
  6. without docker

    dreamer2368 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d276d08 View commit details
    Browse the repository at this point in the history
  7. check resulting file

    dreamer2368 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3afbe7f View commit details
    Browse the repository at this point in the history
  8. fix artifact path

    dreamer2368 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6a4851d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eba9a22 View commit details
    Browse the repository at this point in the history
  10. updating front page

    dreamer2368 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b4314eb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b2fcf75 View commit details
    Browse the repository at this point in the history
  12. added references

    dreamer2368 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f548b0b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Started documenting latent_space.py

    I also removed the multheadedattention activation type (plus the associated apply_attention function) because they did not make sense in this class.
    
    I have now documented the MLP class, but need to add documentation to the autoencoder class.
    Robert Stephany committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c0bd839 View commit details
    Browse the repository at this point in the history
  2. Finished adding documentation to latent_space.py

    I added comments + doc strings to the Autoencoder class.
    Robert Stephany committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    651992b View commit details
    Browse the repository at this point in the history
  3. Fixed bugs

    gplasdi had an instance of np.Inf (which is depricated). I also fixed a typo in latent_spaces.py
    Robert Stephany committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    773df78 View commit details
    Browse the repository at this point in the history