
Reputation
Badges 1
33 × Eureka!ok CostlyOstrich36 , SuccessfulKoala55 :
The links differ in the very beginning -semantics_net%252Ftraining
becomes:semantics_net%2Ftraining
When I change it, I can see the image.
CostlyOstrich36 Page Not Found
CostlyOstrich36 , The issue does come back, after I kill, restart, and wait a few cycles.
Any luck to reproduce it?
at some point the button of "Older Images" become grey
tf.summary.image('binary preds', plt_c1, max_outputs=5, step=self.get_step(),
description="Left to right: inputs | sigmoid prediction | labels (blue label, white ignore)") `plt_c1 is a tf tensor .
If I right click and do copy image address - I get:
http://10.156.91.102:8081/semantics_net%252Ftraining/db_lms_preds_as_inputtest.86df109a78e94a21ae000bdd4e4cae97/metrics/Images/binary%20preds/Images_binary%20preds_00000041.jpeg?X-Amz-Date=1634799860337
Whenever I restart the task, I can see images for a while, then after few iteration, I can't anymore
I have a local server not reachable from the internet.
I killed and restarted the task (it created a new task, with same name, but different id) - and now I can see images again
CostlyOstrich36
When I just started seeing this issue I could see images from previous iteration. Now some time passed and in the viewer I can't go back to the very first iterations.
Run them manually, but it is not that important
Can I see the clearml.conf in the server view?
I think I changed it in the right place, but I don't see it in the graph.
The project name is:"semantics_net/training"
Not Found The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
SuccessfulKoala55 No logs from clearml in the console, anywhere else I can look?
Regarding the scalar visualization - If you have other solution, it will be nice to try
Thanks for the quick reply,
I have a task I run, that have access to the git repo.
Then it initiate a run on aws, which I want it to use the same task-id.
I tried:reuse_last_task_id=a_task_id_string
But it write-over the execution tab in the gui
CostlyOstrich36 It splits the data not in the way I intended.
It have the 4 metrics of train in the same graph,
and the 4 metrics of test in the same graph.
Regarding 2.
Again - can a task id be changed after it was created?
AgitatedDove14 Thanks again.
I'm not using a clearml-agent as far as I know (I just run task.init(...) on the AWS machine.
Is there a way to connect to the task without initiating a new one without overriding the execution?
AgitatedDove14 Regarding the agent - No particular reason. Can you point me on how to do it?
We need the automagic... 🙂
This is one of the great benefits of using clearml 🙂
My question was is can I see the ~/clearml.conf
in the web view. If I run two experiments with different config, where can I see it? It is less important now, I didn't see any changes since it didn't get to the test phase yet.