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

Remove interface model info #215

Merged
merged 8 commits into from
Aug 16, 2024

Commits on Aug 10, 2024

  1. Remove ModelInfo

    thodkatz committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    8a77297 View commit details
    Browse the repository at this point in the history
  2. Add the concept of Tensor to encapsulate DataArray and spec id

    - It is useful for tensors to contain the information of the spec id, that corresponds to the bioimage tensor spec, to be aware of valid shapes for both inputs and output
    thodkatz committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    2034a29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1587c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    127d162 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Implement code review suggestions

    - Use the class `Sample` to associate xr.DataArray with tensor id coming from the model
    - Do the checks only from the client side
    - Add checking about axes validity
    - Add tests
    thodkatz committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d838567 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

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

Commits on Aug 16, 2024

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