Hi @<1726047624538099712:profile|WorriedSwan6> , versioning is as incremental as you make it be when creating new child versions.
What do you mean by restoring old versions? The versioning assumes you will not be deleting parent versions.
Hi PricklyRaven28 , do you have a small snippet to play with?
Hi UnevenDolphin73 , when you say pipeline itself you mean the controller? The controller is only in charge of handling the components. Lets say you have a pipeline with many parts. If you have a global environment then it will force a lot of redundant installations through the pipeline. What is your use case?
Hi @<1523701949617147904:profile|PricklyRaven28> , note that steps in a pipeline are special tasks with hidden system tag, I think you might want to enable that in your search
Try removing the region, it might be confusing it
This will disable storing the uncommitted changes
I see. Can you provide a simple stand alone code snippet that reproduces this behaviour for you?
Hi @<1691983266761936896:profile|AstonishingOx62> , what if you try directly with the REST api and no the APIClient?
What do you mean by repo cleaml.conf ?
Just to make sure, clearml.conf by default should sit in your home folder
Hi @<1673501397007470592:profile|RelievedDuck3> , should be possible. What errors are u getting?
It looks that ES is unable to write to the volume that you provided.
Did you provide access to the folder where ES is trying to write? On what OS are you running the server?
Looks like it's already there - None
Also, how many GPUs are you trying to run off?
PunyWoodpecker71 , regarding the REST API:
The format would be something like this:base_url/endpoint
Where base_url would be the api_server as configured in your ~/clearml.conf and the endpoint is any endpoint you choose from the docs 🙂
Username/password are the access_key / secret_key as also configured in ~/clearml.conf (You can get it from the UI)
content-type is application/json
And of course it's a POST 🙂
Hi @<1558986867771183104:profile|ShakyKangaroo32> , can you please open a GitHub issue to follow up on this? I think a fix should be issued shortly afterwards
How did the tasks fail?
What is still being sent to the fileserver?
Hi @<1858681577442119680:profile|NonchalantCoral99> , I would suggest opening a new workspace with PRO, tying it to a generic email ( devop@company.com for example) so when people shift, you won't have a problem with emails.
HI SubstantialElk6 ,
If I'm not mistaken the order is as goes:output_uri (Both code and CLI) Configurations vault default_output_uri in clearml.conf
Hi @<1603198153677344768:profile|ExasperatedSeaurchin40> , I think this is what you're looking for - None
Hi @<1648134232087728128:profile|AlertFrog99> , not sure I understand. Can you please elaborate on your use case?
Reproduces for me as well. Taking a look what can be done 🙂
Hi @<1533619725983027200:profile|BattyHedgehong22> , does the package appear in the installed packages section of the experiment?
What do you mean read params file?
Hi! I think there is an example in the repo:
https://github.com/allegroai/clearml/blob/master/examples/reporting/scatter_hist_confusion_mat_reporting.py
🙂
The syntax should be something like from <PACKAGE> import data
Hi @<1523701260895653888:profile|QuaintJellyfish58> , there is no way to see it. However, you can add visualization on top of a dataset using the Logger module and then compare those
Hi @<1678212417663799296:profile|JitteryOwl13> , can you please add a snippet that reproduces this?