Rick
Rick
I potentially need to convert other models (mmdet, instance segmentation, e.g., yolact, solo) than currently support by mmdeploy. Is there a more detailed [guide](https://mmdeploy.readthedocs.io/en/latest/tutorials/how_to_support_new_models.html) about how to do this/ how...
Hi this problem occurred after https://github.com/iterative/cml/issues/1330 was fixed. Somehow the runner is still running when the termination request is made. Can/should I set a "grace period" somewhere? ``` {"level":"info","message":"Unregistering runner...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Load '....' data set 2. Use '....' pre-processing method(s)...
**Is your feature request related to a problem? Please describe.** Inconsistency with literature with `omega_hat`, `eigenvalues` and `eigenvectors`. **Describe the solution you'd like** Add `eigenvectors`, that contain the unit eigenvectors...
**Is your feature request related to a problem? Please describe.** Remove shuffling data from waypoint gradient descent solver. As the waypoint gradient descent is using the entire dataset to update...
The relevance matrix is a positive semi-definite matrix and therefore should not have negative eigenvalues (or actually the other way around). However, the very small eigenvalues might be negative. This...
**Is your feature request related to a problem? Please describe.** Not a problem just enhancement. Should check if there is a possible performance gain (probably mostly in the distance function)...
**Is your feature request related to a problem? Please describe.** Not related to any problem per se. It would provide a way to weighting certain mistakes higher than others. Potentially,...
**Is your feature request related to a problem? Please describe.** N/a **Describe the solution you'd like** Rename as it is a better name **Describe alternatives you've considered** N/a **Additional context**...
**Is your feature request related to a problem? Please describe.** Potentially important for sklearn compatibility **Describe the solution you'd like** Add transformermixin to GMLVQ and LGMLVQ. Change parameters accepted by...