H4dr1en
H4dr1en
### Problem My app tends to lag when using sliders, because the reruns are too fast. I'd like the app to only rerun on the mouse release, rather than on...
### Problem I was using expanders because I had long sections of parameters that I wanted the user to be able to hide (by folding). I found forms and I...
## 🐛 Bug description I am not sure whether it is a bug or a feature: The `DataParallel` is being applied/patched by `idist.auto_model` in the context of a single gpu...
Following up on Slack [thread](https://clearml.slack.com/archives/CTK20V944/p1643797236716689) I have the following use case: I need to add two custom columns, each reporting one metric. Currently, this shows me the best (min/max) values...
### Describe the feature request `htop` uses blue color to show part of the memory used for buffers and yellow/orange color to show part of the memory used for caching....
## Context Hi, Most of the time (99%), we send tasks to trains-agent with changes in code, but no changes in requirements (the environment does not change). We would expect...
Hi, Would it be possible to use `--install-globally` parameter for the `trains-agent daemon` mode? Currently, this parameter is only available for the `trains-agent build` mode.
If I start an experiment with the following requirements defined in the UI: ``` torch==1.3.1 ``` The installation works well, But if I use the following requirements: ``` torch==1.3.1 torchvision==0.2.1...
First, thanks for the great work 👍 Currently, agents with `package_manager.type = conda` will install silently using `--quiet`: ``` Executing Conda: /home/h4dr1en/miniconda3/bin/conda install -p /home/h4dr1en/.trains/venvs-builds/3.6 -c defaults -c conda-forge -c...
Hi, Everything is in the title 👍