Hi @<1710827340621156352:profile|HungryFrog27> , to answer your questions:
- You can disable commit logging in your clearml.comf file - None
- Not sure what you mean. Things that are logged on the server are console logs, scalars/metrics, configurations and execution information (git, branch, commit id and uncommitted changes). These are all saved in the backend. Can you elaborate to w...
Hi @<1791277437087125504:profile|BrightDog7> , do you have a code snippet that reproduces this? Is it for all plots or only specifics?
Hi @<1790190274475986944:profile|UpsetPanda50> , everything you can do manually in the webUI you can automate using an API. The webUI itself uses the API so you can always open developer tools (F12) and see what the UI sends to the backend. Then you can simply replicate it in code 🙂
If you fetch the Task object you can find it in task.data.script.version_num
It also could be something on your machine that is blocking this. Either way, I would start with them.
Hi @<1790915059254300672:profile|JealousMouse90> , there is no way to that in the OS/Community. User management & Role based access controls are part only of the Scale/Enterprise licenses.
This is what I just tested now for a task with a commit in the webUI:
from clearml import Task
task = Task.get_task(task_id="<TASK_ID>")
print(task.data.script.version_num)
This returned the commit ID I see in the webUI.
Are you sure there is a commit ID in the UI? Are you sure you're fetching the correct task?
Hi @<1603198163143888896:profile|LonelyKangaroo55> , you can see the commit ID in the execution tab of the experiment.
Hi @<1590514584836378624:profile|AmiableSeaturtle81> , what version of clearml-agent
are you using? Can you provide a full log of the run?
VexedCat68 , I don't think such an example exists, but if you create one it would be great if you opened a PR for the open source 🙂
Are you running in docker mode? You could maybe use another docker image that has python in it.
What is the combination of --storage
and configuration that worked in the end?
Interesting, try hitting F12 and refreshing the page. See if there are any errors in the console.
Hi @<1523701760676335616:profile|EnviousPanda91> , when you are in comparison mode you can add any task, unrelated to which project it is in. Also the scalar final values. Or am I missing something?
In that case I suggest you write some basic code that will aggregate and compute those values for you for comparison
Hi @<1545216070686609408:profile|EnthusiasticCow4> , in the PRO plan you are limited to a certain max amount of parallel application instances. If you kill some running applications, your HPO application will start running
Also please see the other questions I asked previously
Hi @<1790915053747179520:profile|KindParrot86> , currently Slack alerts are available as an example for the OS - None
You can write an adapter for it to send emails instead of Slack alerts
I think the pipeline runs from start to end, starting when the first step starts
You can add images to previews using the Logger of ClearML. Do you mean you want to be able to visualize all of the data inside of a dataset?
I asking because I used an older version of clearml, when it was named allegro and I remember that I was able to see all the dataset..
Is it possible you had the enterprise version at a previous position? I think you're talking about HyperDS
I notice the links doesn't have hash, do all the features of data versioning is also working when using links (and not actual image files)
Yes
Hi @<1793451774179282944:profile|TestyMouse38> , not sure I understand, can you please elaborate?
Hi @<1755038652741718016:profile|LuckyRobin32> , how are you pointing to the folder?
Hi @<1790190274475986944:profile|UpsetPanda50> , none AWS s3 solutions are also supported. Please see docs - None
Try removing the region, it might be confusing it
Hi @<1717350332247314432:profile|WittySeal70> , you can either expose it through the hyper parameters or use the InputModel module - None
Hi @<1717350332247314432:profile|WittySeal70> , to address your questions:
Hi @<1717350332247314432:profile|WittySeal70> , are you using a self hosted server or the community?