Mark Redeman
Mark Redeman
This pull request changes the `deserialize` function of `Serializable` to call the `deserializationCallbacks` from `static` instead of `self`. This enables us to have an abstract `BaseketEvent` and a `BasketWasPickedUp` class...
The Matrix constructor used the (undefined) cols variable when creating the appropriate array instead of this.cols. There was a isIdentity parameter in the Matrix constructor but it wasn't used. I...
Hi, thanks for this great package! I'm a bit confused about the usage of the `phpstan-working-dir` variable. I'm trying to setup phpstan.el so that I don't have to have a...
Setting the SingleXPUStrategy fixes the error message, ``` Failed to train pending training job: Device should be xpu, got cpu instead ``` After this another error would show up, ```...
### Describe the task Please add an early stopping criteria to the training job and allow the user to configure the `max_epochs` setting via the REST API. - [ ]...
### Describe the task The current training dialog is a bit overwhelming in the amount of models the user can choose between. In addition we don't guide the users yet...
### Describe the epic After training a model we want Geti Inspect to allow users to run inference on their images. ### Goals Be able to change inference options at...
### Describe the task Write a single E2E test that, As a system admin: 1. Starts both UI and Server using a single process As a user 1. Create a...
### Describe the task - Show model architecture/family in models table - Expose export model Add documentation links - Create a separate model view ### Acceptance Criteria See task description...
### Describe the task Currently the stream inference uses a different visualization than our single inference endpoint (the response you get when opening an uploaded image) I expect this is...