Reputation
Badges 1
979 × Eureka!Try to spin up the instance of that type manually in that region to see if it is available
I did that recently - what are you trying to do exactly?
did you try with another availability zone?
ok, what is your problem then?
RobustRat47 It can also simply be that the instance type you declared is not available in the zone you defined
I would probably leave it to the ClearML team to answer you, I am not using the UI app and for me it worked just well with different regions. Maybe check permissions of the key/secrets?
Could you please share the stacktrace?
And now that I restarted the server and went back into the project where I initially deleted the archived experiments, some of them are still there - I will leave them alone, too scared to do anything now π
It seems that around here, a Task that is created using init remotely in the main process gets its output_uri
parameter ignored
even if I explicitely use previous_task.output_uri = "
s3://my_bucket "
, it is ignored and still saves the json file locally
I killed both trains-agent and restarted one to have a clean start. This way it correctly spin up docker containers for services tasks. So probably the bug comes when a bug occurs while setting up a task, it cannot go back to the main task. I would need to do some tests to validate that hypothesis though
The task with id a445e40b53c5417da1a6489aad616fee
is not aborted and is still running
So the controller task finished and now only the second trains-agent services mode process is showing up as registered. So this is definitly something linked to the switching back to the main process.
I will try to isolate the bug, if I can, I will open an issue in trains-agent π
The weird thing is that the second experiment started immediatly, correctly in a docker container, but failed with User aborted: stopping task (3)
at some point (while installing the packages). The error message is suprizing since I did not do anything. And then all following experiments are queued to services queue and stuck there.
On the cloned experiment, which by default is created in draft mode, you can change the commit to point either a specific commit or the latest commit of the branch
Ok so it seems that the single quote is the reason, using double quotes works
Iβll definitely check that out! π€©
We would be super happy to have the possibility of documenting experiments (new tab in experiments UI) with a markdown editor!
Hi CumbersomeCormorant74 yes, this is almost the scenario: I have a dozen of projects. In one of them, I have ~20 archived experiments, in different states (draft, failed, aborted, completed). I went to this archive, selected all of them and deleted them using the bulk delete operation. I had several failed delete popups. So I tried again with smaller bulks (like 5 experiments at a time) to localize the experiments at the origin of the error. I could delete most of them. At some point, all ...
I guess Iβll get used to it π
select multiple lines still works, you need to shift + click on the checkbox
DeterminedCrab71 Please check this screen recording
It broke the shift holding to select multiple experiments btw
Hi DeterminedCrab71 Version: 1.1.1-135 β’ 1.1.1 β’ 2.14
Restarting the server ( docker-compose down
then docker-compose up
) solved the problem π All experiments are back
and this works. However, without the trick from UnevenDolphin73 , the following wonβt work (return None):if __name__ == "__main__": task = Task.current_task() task.connect(config) run() from clearml import Task Task.init()