Reputation
Badges 1
41 × Eureka!what should I do?
Where its enqueuing everything
I have a task which is running and cloned tasks, they all finished running but they are still pending
I can see the plots correctly 🙂 thanks
where x is timestamp
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
The only thing I'm doing with the task is task.get_logger().report_scatter2d
I took that from the example, cant find which one
SuccessfulKoala55 So what is the purpose of task cloning? Its mostly useful for agents?
and what does it mean when a task status is "draft"
so i just should comment the enqueue of the task
` 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() `
AgitatedDove14 doesnt work with clear ml version as well. The X axis is shown as int numbers intead of timestamp
AgitatedDove14
AgitatedDove14 instead of using the clear ml
can you send me a screen shot from the ui?
and thats from the ui:
AgitatedDove14 that is what i Have in the notebook
maybe its because im still using trains server?
so can you send me some code examples?
can i see the relevant git commit?
ohh cool even with report_scatter2d?
but I cannot compare between them :A, what do you think about that? AgitatedDove14
It worked! what was the difference?