Reputation
Badges 1
44 × Eureka!Is it possible to get all the iteration for one specific metric ? Lets say I have this metric logged. Will I be able to retrieve these series ?
I'll give a try with the virtualenv solution. If I have any question I'll ask in this thread. Thanks a lot.
I have 6 plots with one or 2 metrics. But I have a lot of debug samples.
Well, I use ignite and trains-server with a logging similar to ignite.contrib.handlers so I will be very happy to test this integration.
To retrieve metrics from an experiment I use this:
` from trains_agent import APIClient
client = APIClient()
client.events.get_scalar_metric_data(task=task_id, metric="name_of_metric") `Thanks to AgitatedDove14 that point this to me.
This is a run I made with the changes, As you can see the iteration now go from 0-111 and in each of them I have image with the name train_{001|150}
Maybe just adding the use case in the document or elsewhere like video idk could be useful.
Wow, that really nice. I did almost the same code, TrainsLogger , TrainsSaver , and all the OutputHandler . I'll use your version instead and put any comment if I find something.
now that I know I could use the right click I'll use it like in google drive etc.
Wow thanks a lot, I'll test it. I didn't even search in trains_agent documentation.
It works well I just need to use the task.id for the task='' I tough I could use the task.name it's perfect thanks AgitatedDove14 .
PompousBeetle71 , check the n_saved parameter on the ModelCheckpoint creation.
You need to change a setting in your host machine to make the elasticsearch working.
Oh right click! Nice, I don't even right click on web page usually, that pretty nice. Thanks.