
Reputation
Badges 1
41 × Eureka!nope. nevermind. it worked with the URL approach
and I said - when I upload them directly from URL, it's working.
http://<<IP_ADDRESS>>:8081/<<PROJECTNAME>>/<<EXPERIMENT>>/metrics/samples/<<SERIRES_NAME/samples_<<SERIES_NAME>>_00000000.jpeg?X-Amz-Date=1619339287549
I am able to open the images in debug mode just before reporting them
thanks. it seems to work now.
we are still considering whether to upgrade or not.
https://github.com/allegroai/clearml/issues/339
Done.
is there an alternative method to perform this functionality?
no. we are using our own server.
<<KEY>>/experiments/<<KEY>>/info-output/debugImages?columns=selected&columns=type&columns=name&columns=tags&columns=status&columns=project.name&columns=users&columns=started&columns=last_update&columns=last_iteration&columns=parent.name&order=last_update
{"meta":{"id":"3b79f199a7fa42db8a30abbc67adbaa3","trx":"3b79f199a7fa42db8a30abbc67adbaa3","endpoint":{"name":"","requested_version":1.0,"actual_version":null},"result_code":400,"result_subcode":0,"result_msg":"Invalid request path /","error_stack":null},"data":{}}
I'll try it when a new version comes out. I prefer to use official releases.
for now I'll use just regular characters in this field.
and again - feature request - add free text there.
TimelyPenguin76 AgitatedDove14
I am using the "report_plotly" method, but it means I have to pass it down to inner scopes/functions and manage it directly, as well as define the plots specifically.
It also eliminates the option to run/debug locally without logging because the code has explicit Logger or Task dependencies, instead of being an external wrapper.
It fills my Experiment board on the server with many debug sessions.
Regarding seaborn - good to know. might be a good alternative ...
but now it's not broken.
it only brakes when I try to add different text as the "series" argument.
I removed ":" "," and "\n" for the free text in "series" and now it works.
I have these 3 lines in the beginning of my script, right after import statements. (not in " main " or any function):task = Task.init(project_name=project_name, task_name=task_name) task.set_offline(True) logger = task.get_logger()
and I need it to report results (I wish there was a way to add free text to those debug samples, without using the "title" and "series" args)
suffix for URL approach:/info-output/debugImages?columns=selected&columns=type&columns=name&columns=tags&columns=status&columns=project.name&columns=users&columns=started&columns=last_update&columns=last_iteration&columns=parent.name&order=last_update
suffix for image approach:
` /info-output/debugImages?columns=selected&columns=type&columns=name&columns=tags&columns=status&columns=project.name&columns=users&columns=started&columns=last_update&columns=last_iteration&columns=parent.name&or...
looks like it did it.
Thanks, SuccessfulKoala55 !
jwt.exceptions.DecodeError: It is required that you pass in a value for the "algorithms" argument when calling decode().
but I think i found a clue:
I am using the image title to write details like GT, pred results