
Reputation
Badges 1
43 × Eureka!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 .
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 ?
Oh right click! Nice, I don't even right click on web page usually, that pretty nice. Thanks.
I tried to removes all the images and content from docker with docker-compose down
and docker rmi
, also remove all the content in each directory of /opt/trains/
created by the containers, do you have any idea why this happens?
I made the experiment on the allegroai demo server and it's the same https://demoapp.trains.allegro.ai/projects/fcf3f3fb1013434eb2001870990e5e94/experiments/6ed32a2b5a094f2da47e6967bba1ebd0/output/debugImages . I really think it's a technical limitation to not display all the image am I right ?
I'm in a process to setup a trains
stack for my projects
and so far it work great thank for this awesome work.
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.
I'll give a try with the virtualenv solution. If I have any question I'll ask in this thread. Thanks a lot.
Maybe just adding the use case in the document or elsewhere like video idk could be useful.
Wow thanks a lot, I'll test it. I didn't even search in trains_agent
documentation.
now that I know I could use the right click I'll use it like in google drive etc.
You need to change a setting in your host machine to make the elasticsearch working.
SuccessfulKoala55 Also I see that the images name are not ordered naturaly it's display like this image_name_1
, image_name_10
, image_name_2
, and so on, is it possible to have a natural order to see image_name_1
, image_name_2
, etc... ?
Issue open on the clearml-server github https://github.com/allegroai/clearml-server/issues/89 . Thanks for your help.
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}
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.
Is it somewhere in the documentation ?
AgitatedDove14 This is what I expected for the community version. It would really nice to have a read-only link. My use case is when I have a merge request for a model modification I need to provide several informations for our Quality Management System one is to show that the experiment is a success and the model has some improvement over the previous iteration. Obviously I don't want the reviewer to see all my failed experiments 😉 . So yes it should be really nice to have read-only ...