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