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 documentation to gp.py, input.py, and param.py #16

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

Commits on Oct 28, 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 28, 2024
    Configuration menu
    Copy the full SHA
    046cfcf 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 28, 2024
    Configuration menu
    Copy the full SHA
    f341da6 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 28, 2024
    Configuration menu
    Copy the full SHA
    3e2f608 View commit details
    Browse the repository at this point in the history
  4. Added documentation to param.py

    Robert Stephany committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    2603f26 View commit details
    Browse the repository at this point in the history
  5. Added documentation to gp.py

    Robert Stephany committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8dab79d View commit details
    Browse the repository at this point in the history
  6. Added documentation to inputs.py

    I also reformatted enums.py
    Robert Stephany committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4bbd63a View commit details
    Browse the repository at this point in the history