
Reputation
Badges 1
981 × Eureka!The host is accessible, I can ping it and even run curl "
http://internal-aws-host-name:9200/_cat/shards "
and get results from the local machine
No worries! I asked more to be informed, I don't have a real use-case behind. This means that you guys internally catch the argparser object somehow right? Because you could also simply use sys argv to find the parameters, right?
Awesome! (Broken link in migration guide, step 3: https://allegro.ai/docs/deploying_trains/trains_server_es7_migration/ )
And if you need a very small change, you can also simply https://www.geeksforgeeks.org/monkey-patching-in-python-dynamic-behavior/ it
MagnificentSeaurchin79 You could also just fork the tensorflow repo, make changes in a specific branch and specify your forked repo with your custom branch in the install_requires of your setup.py
That said, you might have accessed the artifacts before any of them were registered
I called task.wait_for_status() to make sure the task is done
What is this cleanup service? where is it available?
Ho, actually this was raised already here
Hi, yes, you can use trains_agent.backend_api.session.client.APIClient.queues.get_all()
Stopping the server Editing the docker-compose.yml file, adding the logging section to all services Restarting the serverDocker-compose freed 10Go of logs
Some context: I am trying to log an HTML file and I would like it to be easily accessible for preview
AgitatedDove14 Yes exactly, I tried the fix suggested in the github issue urllib3>=1.25.4
and the ImportError disappeared π
automatically promote models to be served from within clearml
Yes!
I mean, inside a parent, do not show the project [parent] if there is nothing inside
yes, the new project is the one where I changed the layout and that gets reset when I move an experiment there
I just move one experiment in another project, after moving it I am taken to the new project where the layout is then reset
I still don't see why you would change the type of the cloned Task, I'm assuming the original Task had the correct type, no?
Because it is easier for me that I create a training task out of the controller task by cloning it (so that parameters are prefilled and I can set the parent task id)
correct, you could also use
Task.create
that creates a Task but does not do any automagic.
Yes, I didn't use it so far because I didn't know what to expect since the doc states:
"Create a new, non-reproducible Task (experiment). This is called a sub-task."
Awesome, thanks WackyRabbit7 , AgitatedDove14 !
Thanks for the hack! The use case is the following: I have a controler that creates training/validation/testing tasks by cloning (so that the parent task id is properly set to the controler). Otherwise I could simply create these tasks with Task.init, but then I would need to set manually the parent task for each one of these tasks, probably with a similar hack, right?
Very nice! Maybe we could have this option as a toggle setting in the user profile page, so that by default we keep the current behaviour, and users like me can change it π wdyt?
Could you please point me to the relevant component? I am not familiar with typescript unfortunately π
Ho nice, thanks for pointing this out!
I donβt have a registry to push my image to.I think I can get around it actually - Will it work if I just build the image locally once, then start the agent? Docker would recognise that image locally and just use it right? I wonβt need to update that image often anyway