
Reputation
Badges 1
195 × Eureka!I'll try to create a minimal example later today if the above is not sufficient
cool thanks! local is quite confusing in this context.. but works 🙂
*running_locally()
AgitatedDove14 , TimelyPenguin76 , a small blast from the past
Unfortunately it seems like this is not working for backslash escape character
https://demoapp.demo.clear.ml/projects/7eaa1749475d4ad4bd21a5456fd2e157/experiments/3efe981238e543c8b6ad682dd13c72bc/output/hyper-params/hyper-param/General
https://colab.research.google.com/drive/1w5lQGxsblnLGlhJEDH_b0aIiUvjGeLjy?usp=sharing
It does, I am familiar with it I used it many times
neither Task nor task seem to have this attribute 🤔
for sure.. and more then the eye-candy aspect it can actually be super useful visualizations
and then second part is to check if it is up and alive
parameters = { 'float': 2.2, 'string': 'my string', }
for example.. can be anything really, some dictionary
I added it to my code before Task.init or after both didn't seem to change anything
this one is with the brave browser but I get the same with chrome
is there a fundamental reason why is this only enabled in --docker mode?
I am not familiar with this.. thats why I'm struggling.. this is what I tried:import requests import os r = requests.post(url+ '/v2.14/debug/ping') r.json()
response:
` {'meta': {'id': 'ebd6bdeaa95c4c3397009c71d9444040',
'trx': 'ebd6bdeaa95c4c3397009c71d9444040',
'endpoint': {'name': '', 'requested_version': 1.0, 'actual_version': None},
'result_code': 400,
'result_subcode': 0,
'result_msg': 'Invalid request path /v2.14/debug/ping',
'error_stack': None,
'error_data': {}},
'...
SuccessfulKoala55
` import plotly.express as px
df = px.data.gapminder()
fig = px.scatter(df, x="gdpPercap", y="lifeExp", animation_frame="year", animation_group="country",
size="pop", color="continent", hover_name="country",
log_x=True, size_max=55, range_x=[100, 100000], range_y=[25, 90])
task.get_logger().report_plotly(title="TEST", series="sepal", iteration=0, figure=fig) `Thanks
That's good enough for me, I forgot about the all projects option
Hi AgitatedDove14 ,
clearml Server 1.1.1
|column1|column2|column3|
trying to extend column1 by dragging the right edge of column1 over column2 (column3 for example) will result with no extension
Yes I already learned about it from this thread 🙂
it works.. but I am actually trying to access the status not the stats, is that an option?
Hi AgitatedDove14 , I am using the pre release of hydra together with the latest clearml, and previous clearml server version (I didn't have time yet to update)..
I'm getting similar error to the mentioned in the post:
` 2021-05-06 15:48:07,359 - root - WARNING -
2021-05-06 15:48:07,359 - root - WARNING - File "/home/user/.local/lib/python3.8/site-packages/clearml/backend_api/services/v2_9/tasks.py", line 1067, in description
self.assert_isinstance(value, "description", six.string_typ...
AgitatedDove14 , in my use case, the strings are regular expressions. If the reported regular expression string changes when reported, it messes up my run.
I can't define the "legal regular expression space", off the top of my head. The expected behavior is reported_string == original_string..
there seem to be an additional logic to:str_value = str(value)
str('.') -> '\.'
however in the configuration I see: '.' for non nested strings
Hi AgitatedDove14 , that's what I'm doing exactly.. from the error I am thinking it has more to do with the combination of offline with a hierarchical config or maybe just multiple configs registered in the hydra config store? I don't know..
I tried also with the app website..
AgitatedDove14 I believe that worker status doesn't is not considered a metric?
is it running a task
if preferred I can open a Github issue about this
not really.. did my previous comment made sense to you?
FrothyDog40 :man-facepalming: yea that seem to do the job, however it still feels like a bug that the out-of-view experiments are not deselected when clicking the top box (select all \deselect all)
less critical though.. thanks!