Hi MagnificentMosquito84 , is this a self hosted server? What version is it? Do you have visibility into the logs?
MelancholyElk85 Hi!
You can use a custom image docker if it's on docker hub to reduce overhead. Regarding set_base_docker() equivalent for PipelineController , let me check
the question how does ClearML know to create env and what files does it copy to the task
Either automatically detecting the packages in requirements.txt OR using the packages listed in the task itself
StaleButterfly40 Hi!
You could clone the original task and edit the input model of the new task as the output model of the previous task 🙂
Hi ObliviousClams17 , can you provide a code snippet that reproduces this?
Hi @<1523704667563888640:profile|CooperativeOtter46> , I don't think so. What is your use case?
And in what section are you setting the environment?
Hi :)
I'm guessing you're running a self hosted version? I think that access rules are a feature in the enterprise version only.
Possible, do you see any errors in ES? Also, what do you see in developer tools when navigating to the Plots tab?
@<1543766544847212544:profile|SorePelican79> , what version of the SDK are you using? Also, what version of the backend are you running?
Hi @<1681836303299121152:profile|RoundElk14> , I suggest watching this - None
Did anything change in your configurations? In the previous version there was no such issue? Is the agent version the only change?
Hi @<1637624975324090368:profile|ElatedBat21> , do you have a code snippet that reproduces this? You can also manually log a model to the system using the OutputModel - None
You can delete the index directly but do note that this will remove all scalars from your experiments.
To delete you can use the following:
curl -XDELETE "localhost:9200/events-training_stats_scalar-d1bd92a3b039400cbafc60a7a5b1e52b"
Long story short - You'll have to write a service to upload.
They way that datasets work - the SDK/CLI actually do the uploading itself. The REST API simply registers them on the backend
Hi GrittyCormorant73 ,
How are you scheduling a task now using TaskScheduler?
Are you referring to the pipeline task?
Did the second run, run remotely or locally?
Can you try with Task.connect() ?
https://clear.ml/docs/latest/docs/references/sdk/task#connect
RoughTiger69 Hi 🙂
Regarding your questions:
Moving certain tasks/datasets from server to server would require a data merge. This process basically requires merging the databases (mongodb, elasticsearch, files etc.). I think it's something that can be done in the paid version as a service but not in the free. I think if you'd like to 'promote' tasks to production you can either work on a special project for that OR upload the models to S3 and then re-run the experiment and point it to the...
Hi RoundMole15 , what version of clearml are you using? Also how is the model being saved without ClearML?
Hi @<1536881167746207744:profile|EnormousGoose35> , you certainly can and should 🙂
I think the controller and steps need to be in the same repository
AbruptWorm50 , it seems the issue is fixed and applications are running again for me 🙂
What is the command you used to run the agent?
Hi JuicyOtter4 , not sure you can disable certain scalars but you can disable auto logging of specific frameworks using the method showed here:
https://www.youtube.com/watch?v=etGjxOKG9lo
Hope this helps 🙂
Hi UnevenDolphin73 ,
If I look at a specific experiment (say, the Artifacts tab), and then click on another experiment in the experiment list, it used to automatically show the newly selected experiment's Artifacts tab. It still does this, but it now shows a blank page. I have to choose a different tab and switch back.I think they fixed it in the next version that should be released soon.
(Not sure if by design) When selecting an experiment in a (new) project, it used to automatically swit...
BitterLeopard33 , I don't see anything in GitHub. Maybe open an issue for better visibility ? 🙂
What is the base task you are using? It looks like you're using one of the examples 🙂
One way that is, every new feature will be save as a new file and I will specify the parent.
I think that would be the best way 🙂