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

feat: Get number of parameters of a layer and a nn #910

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Jul 5, 2024

  1. first try 855 - Convolutional2DLayer

    grefrathc committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    539348a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf5b09b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. makes everything cleaner

    Tim Locke committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    0bc9770 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    480fb8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a3415a View commit details
    Browse the repository at this point in the history
  4. adds logic and unitTests

    Tim Locke committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    2eea24d View commit details
    Browse the repository at this point in the history
  5. Merge branch '855-get-number-of-parameters-of-a-layer-and-an-nn' of h…

    …ttps://github.com/Safe-DS/Library into 855-get-number-of-parameters-of-a-layer-and-an-nn
    Tim Locke committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    2644601 View commit details
    Browse the repository at this point in the history
  6. adds ParameterCount for ForwardLayer and UnitTests

    Tim Locke committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b9e27fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4290c65 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2be3bf0 View commit details
    Browse the repository at this point in the history
  9. adds the rest of the implementations and UnitTests

    Tim Locke committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b8aa7d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    61ff384 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b86de4d View commit details
    Browse the repository at this point in the history
  12. finishes something

    Tim Locke committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    5c83d00 View commit details
    Browse the repository at this point in the history
  13. finishes everything

    Tim Locke committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    bb80690 View commit details
    Browse the repository at this point in the history
  14. fixes some linters

    Tim Locke committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b9613e0 View commit details
    Browse the repository at this point in the history
  15. fixes something again, hopefully

    Tim Locke committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    790ed89 View commit details
    Browse the repository at this point in the history
  16. hopefully fixes everything, ahain now

    Tim Locke committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8fc9357 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c77d58d View commit details
    Browse the repository at this point in the history