Idan Tene
Idan Tene
Heya! Right now, ClearML automagically logs the configuration for models it recognizes, but not all parameters of interest are logged. For example, we occasionally use a linear regression model in...
More details in [this Slack thead](https://clearml.slack.com/archives/CTK20V944/p1657105618477999?thread_ts=1652350709.961419&cid=CTK20V944). When using MinIO, the current `StorageManager` apparently parses the host as the bucket, and then incorrectly creates a folder structure that contains the bucket...
Hey! When using `StorageManager` with a local file system, where the path **does not** start with the home folder (`~/`), the `StorageManager` crashes or behaves unexpectedly. I believe this originates...
When using `logger.report_scalar` a plot is automatically generated to accommodate for a time-series axis. There is no current way for the user to report a single scalar with a name...
`ipython` (and `jupyter`) require `prompt-toolkit=2.0.0`. One cannot work with both `ipython` and `PyInquirer` because of this. (Python 3) Seems like an easy fix, not sure why the requirements are so...
Much like one can choose which `pip` version to use, it would be great if one could also specify the desired `poetry` version (or have it derived from the incoming...
We have many projects ongoing (> 100), and when we use the WebUI to create a new project -- I suppose due to pagination -- we only see the first...
The addition of `report_single_scalar` is a **very** welcome addition - thank you! The default orientation for the table is a bit uncomfortable though - I believe it should either be...
This is perhaps a product of #134, but the gist is as follows. First, in a project view, whenever a task is clicked - it is both highlighted AND selected...
Steps to reproduce: 1. Open any project 2. Go to archive 3. Select an archived task 4. Switch to detailed mode (😮💨 for still having to do this, viva-la-#134) 5....