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