Reputation
Badges 1
43 × Eureka!But I can't do this from the web ui, can I?
some piece of html+js code that you can add that governs how to visualize debug_samples from experiments that are already finished, think of adding an overlay of two types of images post factum
AgitatedDove14 FYI: I am using pytorch
ok, there is probably a problem on my side, because when I ran the sample code from the repo it works, sorry to bother you
the images do not show up in debug_samples. How can I check what is wrong?
AgitatedDove14 thanks for the additional information:
yes, the report_image problem was resolved after I reordered dimensions in the tensor. is there an advantage in using tensorboard over your reporting? html reporting looks powerfull, can one inject some javascript inside?
there was a problem with index order when converting from pytorch tensor to numpy array
so far everything works, the only problem I can think of is a race condition, but I will probably ignore it, which happens in the following scenario:
a) a worker finishes its current run, turns into an idle state,
b) my script scrapes the status of the worker, which is idle,
c) a new task is enqueued and picked by the worker,
d) the worker is killed after it managed to pull a task from the queue, so the task will be cancelled as well.
AgitatedDove14 if I use report_image
can I get a URL to it somehow?
sure, we can deal with the drivers
No, they were not SuccessfulKoala55
yes, this is what I found as well