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 drop_last option to method fit of PyTorchClassifier #1883

Merged
merged 7 commits into from
Nov 10, 2022

Commits on Oct 19, 2022

  1. Update method fit of PyTorchClassifier

    Signed-off-by: Beat Buesser <beat.buesser@ie.ibm.com>
    Beat Buesser committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    c00332d View commit details
    Browse the repository at this point in the history
  2. Add drop_last option to method fit of PyTorchClassifier

    Signed-off-by: Beat Buesser <beat.buesser@ie.ibm.com>
    Beat Buesser committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    58c0a82 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Fix line length

    Signed-off-by: Beat Buesser <beat.buesser@ie.ibm.com>
    Beat Buesser committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    de1e9d2 View commit details
    Browse the repository at this point in the history
  2. Add try-except

    Signed-off-by: Beat Buesser <beat.buesser@ie.ibm.com>
    Beat Buesser committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    4a32eea View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Fix style checks

    Signed-off-by: Beat Buesser <beat.buesser@ie.ibm.com>
    Beat Buesser committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    6e05685 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Update fit methods

    Signed-off-by: Beat Buesser <beat.buesser@ie.ibm.com>
    Beat Buesser committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    5aefcc7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Update missing parameter application

    Signed-off-by: Beat Buesser <beat.buesser@ie.ibm.com>
    Beat Buesser committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    fc12c05 View commit details
    Browse the repository at this point in the history