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: added method to load pretrained models from huggingface #790

Merged
merged 8 commits into from
May 20, 2024

Commits on May 19, 2024

  1. feat: added NeuralNetworkClassifier.load_pretrained_model and `Neur…

    …alNetworkRegressor.load_pretrained_model` to load pretrained models from huggingface. Currently supports only Image models.
    
    feat: added `ModelImageSize`, `ConstantImageSize` and `VariableImageSize`
    feat: added support for `NeuralNetworkRegressor` with images of variable size. If you use a `VariableImageSize` any image which height and/or width are a multiple of the `VariableImageSize` are being supported by the model
    feat: added `NeuralNetworkClassifier.input_size` and `NeuralNetworkRegressor.input_size`
    feat: changed `Column.get_distinct_values` to keep order of values in column
    Marsmaennchen221 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    0e4ea7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1172699 View commit details
    Browse the repository at this point in the history
  3. refactor: linter

    Marsmaennchen221 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    30ece0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    328cb88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43426f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a72f6b View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' of https://github.com/Safe-DS/Stdlib into hugging…

    …face_interface
    
    # Conflicts:
    #	src/safeds/ml/nn/layers/_flatten_layer.py
    Marsmaennchen221 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    b3fc3c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3b5df0 View commit details
    Browse the repository at this point in the history