Ivan Shcheklein
Ivan Shcheklein
After implementing multiple commits logic we can start improving the UX a bit. Hash as a name is not informative. It's not even clear if that is a commit or...
Mind the arrow on the left screen edge. It appears when I'm trying to use pad gesture (scroll to the left). It means that during the day it kick you...
In the example below, I can't get back `avg_prec` to its initial state. https://user-images.githubusercontent.com/3659196/190881195-95499ecd-ab3c-4e1e-b1ac-f02d0e2af9c4.mov I should be able to this also by ESC the operation.
When a new experiment is running there are a few entries in the table that affect what is being show in the plot and change their state dynamically. It's important...
When table is wide, it's very hard to move column to behind the viewport (area on which it scrolls is very small). Can it be made a bit more sensitive...
This image doesn't exist at in the experiment, refresh doesn't make much sense here. Might depend on plots error handing cc @mattseddon @pared
Mlem version is 🐶 MLEM Version: 0.2.8.dev17+g33031e0 ``` (.venv) ?2 Projects/example-gto % mlem -v deploy run deploy/prod ⏳️ Loading deployment from deploy/prod.mlem 🔗 Loading link to models/churn.pkl.mlem ❌ Unexpected error:...
E.g. in the Lighting logger there is call: ``` @rank_zero_only def log_hyperparams(self, params, *args, **kwargs): pass ``` should we utilize it to automatically track things? Edit: add checkboxes per framework...
An idea (that probably has been discussed a lot already), just want to come back to it, since it bothers me that I can't migrate fully / easy to the...
# Bug Report ## Description See this link https://stackoverflow.com/questions/77962532/dvc-using-cached-run-although-parameter-changed ### Reproduce Use this repo: https://github.com/shcheklein/test-dvc-so-77962532 Run with size 30, then change to 40, run `dvc status`, run dvc repro again....