Moritz

Results 6 comments of Moritz

Hi, I specified both fields mentioned in the clearml.config file, but only the arguments are parsed when I clone and queue an experiment. The arguments then also show in the...

Excerpt from my config file: ``` default_docker: { # default docker image to use when running in docker mode image: "my_image:1.0" # optional arguments to pass to docker image arguments:...

Hello again, since I started using the hyper parameter optimisation functionality, this is getting more critical. The docker image name is also not copied to the children tasks of the...

Hi, thanks for your reply. If I set the image and options explicitly via ```Task.set_base_docker``` it works. However, if I don't specify this explicitly, the agent neither uses the template...

We are running version 1.6.2 of the python package, and the agents are version 1.3.0 running in docker mode. The server is on versions: 1.1.1-135 • 1.1.1 • 2.14. I...

> In the conf file, are you using the agent.default_docker? Yes, exactly. And it seems that this field is ignored by the agents, since the "image" field in the Execution...