
GrittyCormorant73
11
Questions,
21
Answers
Active since 10 January 2023
Last activity
2 years ago
Reputation
0
Badges 1
15 × Eureka!Hi, when I run a pipeline, the artifacts from my tasks are saved on my EC2 server. When I archive the pipeline and go into the archive and delete the pipelin...
2 years ago
Hi everyone, Has anyone use ClearML server with https successfully? I deploy ClearML AMI on an EC2 instance and use a Network LB to use SSL and direct https ...
3 years ago
Hello all, I setup ClearML on an EC2 instance using the community AMI. I have pointed a domain to the instance. Now how do I setup for SSL? I can’t seem to f...
3 years ago
Hello all, When I create a pipeline (using pipeline decorator) and call the function executing_pipeline(). It create a pipeline in the "Pipeline" menu, with ...
2 years ago
When we run our code and it communicate with clearml server, is there some way we can log that api request? Like what endpoint is it and what payload it send...
2 years ago
Hello, Is there a way to running multiple environments (like staging, production) on the same clearml instance? Or do we need separate instance for each envi...
3 years ago
Hi, Can we specify the limit and request resource differently for the workers spawned by the clearml agent? So some tasks may require a lot of RAM, but other...
2 years ago
Hi, I'm trying to save artifacts in a folder using command res= Task.current_task().upload_artifact('raw_data', artifact_object=os.path.join(save_dir)) but i...
2 years ago
Hi all, I'm setting up a pipeline to auto train new model every month. In each run, I also need to get the model of the previous run and compare the old mode...
2 years ago
Hello, When I use PipelineController.upload_model() https://clear.ml/docs/latest/docs/references/sdk/automation_controller_pipelinecontroller/#pipelinecontro...
2 years ago
Hi, Can I use the TaskScheduler to schedule to run pipeline? Right now it look like I can schedule tasks (but not pipeline). Thanks
2 years ago