Reputation
Badges 1
41 × Eureka!but I cannot compare between them :A, what do you think about that? AgitatedDove14
AgitatedDove14 that is what i Have in the notebook
AgitatedDove14
ohh cool even with report_scatter2d?
yes, it seems that task.create doesn't really work.. should i do something similar to .run() ?
With init its working well, I can see the results in the UI, and with create it does nothing
can you send me a screen shot from the ui?
server or client?
maybe its because im still using trains server?
and thats from the ui:
It worked! what was the difference?
where x is timestamp
I have a task which is running and cloned tasks, they all finished running but they are still pending
` fig = go.Figure(data=go.Scatter(x=x, y=y, mode='markers'))
logger = cloned_task.get_logger()
logger.report_plotly(title="pnl", series="expected", iteration=0, figure=fig)
fig.show() `
what's an agent? it may be a powerful gpu that runs the task?
AgitatedDove14 doesnt work with clear ml version as well. The X axis is shown as int numbers intead of timestamp
so can you send me some code examples?
can i see the relevant git commit?
so i just should comment the enqueue of the task
ExcitedReindeer30 Thanks Nir! That makes a lot of sense. In the example that I saw, I see that the parent task is only used as a template, which looks wierd at the UI cause it should not really be running..
Where its enqueuing everything
and what does it mean when a task status is "draft"
what should I do?

