Hi @<1534496186793201664:profile|PompousBluewhale96> , can you please elaborate on what is going on and what you expected to happen ?
In that case I suggest you write some basic code that will aggregate and compute those values for you for comparison
Hi @<1603198163143888896:profile|LonelyKangaroo55> , you can see the commit ID in the execution tab of the experiment.
@<1561885921379356672:profile|GorgeousPuppy74> , what docs did you find to be lacking?
Hi @<1780043419314294784:profile|LargeHamster21> , are you running multiple instances of the agent on the same machine? If that is the case, can you elaborate on the use case?
Hi @<1689446563463565312:profile|SmallTurkey79> , I'd suggest opening a github feature request 🙂
Hi @<1752139552044093440:profile|UptightPenguin12> , for that you would need to use the API and use the mark_completed call with the force flag on
You can set up username & password, it's in the documentation 🙂
Hi @<1541592241250766848:profile|BrightPenguin74> , I think this is what you're looking for
None
JitteryCoyote63 , Hi 🙂
Why do you expect to see the enqueued on top of 'started' if they haven't started yet and are in enqueue state only? You can sort by 'updated' to get this result.
Hi @<1523701504827985920:profile|SubstantialElk6> , you can create wrappers around other languages but currently only Python is supported by ClearML
Hi MysteriousWalrus11 ,
Can you please elaborate on this?
information security events
Are you running a self hosted server?
ProudElephant77 , can you please add a code snippet of what you did?
Hi @<1645235137467650048:profile|WobblyHamster93> , what exactly are you trying to achieve?
Hi GorgeousMole24 , I think for this your best option would be using the API to extract this information.
` from clearml.backend_api.session.client import APIClient
client = APIClient() `is the pythonic usage
Hi @<1558624448217616384:profile|ShaggyFrog16> , SSO & LDAP integrations are part of the Scale & Enterprise licenses 🙂
I think you would need to contact the sales department for this 🙂
None
Hi FrustratingShrimp3 , which framework would you like added?
Is this something that the ClearML team could add? Would it be helpful to have a call?
FrustratingShrimp3 , I think you can open a github issue to request the new feature
Hi @<1774245220934750208:profile|GleamingTiger28> , how many workers do you have listening to the default queue and is the pipeline controller running on the default queue as well?
Hi WhoppingMole85 , you can actually do that with the logger.
Something along the lines of:Dataset.get_logger().report_table(title="Data Sample", series="First Ten Rows", table_plot=data1[:10])
Does this help?
Hi @<1573119955400921088:profile|CloudyPelican46> , you can certainly do this. You can find all the related api calls here - None
I suggest opening developer tools (F12) and seeing what is sent in the UI to fetch the various metrics you're looking for
Hi @<1787291179033825280:profile|MistakenDeer8> , I think the main points are the data migration and links. If you can manage to keep the same URL for the server it would make things much easier.
Hi @<1533620191232004096:profile|NuttyLobster9> , first, you can insert it using the bash startup script.
Also, I think you can add this repo to the requirements using the following format:
git+
Hi @<1590514584836378624:profile|AmiableSeaturtle81> , can you provide a snippet that reproduces this and also the flow of how you registered the data?
SubstantialElk6 , you can find some neat examples here:
https://github.com/allegroai/clearml/tree/master/examples/pipeline
Hi @<1523701304709353472:profile|OddShrimp85> , I think the full guide is here:
None
https://clear.ml/docs/latest/docs/references/sdk/dataset/#get_num_chunks
I think this might also be helpful. Gloss over the functions available in the documentation, I think you might find what you're looking for 🙂