Iskander Fakhrutdinov
Iskander Fakhrutdinov
Follow-up: I understand that this issue leads to much work, therefore - is there any workaround for now?
As an example, one may consider a list of datasets used by the model, a list of projects (yes, ClearML provides the possibility of splitting tasks into projects, but there...
When I set parameters that I want to see in table of experiments I do following: ``` config = { 'batch_size': 64, 'epochs': 5, 'lr': 0.01, 'datasets': ['001', '003', '004'],...
I could try to make changes to the clearml code myself and send a PR, but I don't have time for that yet. You can close the issue and I...
Custom tag fields are indeed what I am asking for. So users have tags-like functionality on user-defined fields. Suggested interim solution also seems to be a good option. Yes, these...
Happened to me when I used my Mac with monitor. When Mac is closed it doesn't get any sounds in mic (I guess) and b/c of that (I guess) there...
For anyone wondering (seems like HDFS issue?): Set the _full path_ to the jar (with `hdfs://`) for `spark.jars` param and just _the name of jar_ for both `spark.driver.extraClassPath` and `spark.executor.extraClassPath`...