Hi DefeatedMoth52 , where have you been using --find-links
tag? When you run the experiment how does the package show up in the ClearML UI?
Hi VastShells9 , can you add the full log of the execution?
Hi @<1623491856241266688:profile|TenseCrab59> , you can go into settings (profile icon on the top right of the UI) -> Configuration - Enable 'Show Hidden Projects'
GiganticTurtle0 let me check up on that for you then, thanks for the info 🙂
Hi @<1580367711848894464:profile|ApprehensiveRaven81> , I'm afraid this is only option for the open source version. In the Scale/Enterprise licenses there are SSO/LDAP integrations
If Elastic isn't crashing then it should be good. Once I get a confirmation I'll update you 🙂
ShinyRabbit94 , Hey 🙂
The clearml-agent communicates with a server and receives jobs according to a "queue" connected to it. To run the agent properly you'll need to work against a ClearML server. You can either host one yourself OR use the community server. I think you can read a bit more here:
https://clear.ml/docs/latest/docs/clearml_agent#installation
https://clear.ml/docs/latest/docs/webapp/webapp_profile/#creating-clearml-credentials
Hi @<1679661969365274624:profile|UnevenSquirrel80> , are you running a self hosted server?
I might be wrong. Did you try 1.9.1?
Hi @<1594863230964994048:profile|DangerousBee35> , this is pretty much it. I think the default one suggested is a good one
You're totally right, if you managed to upload to a bucket then folder failure should be unrelated to permissions
Hi @<1546303293918023680:profile|MiniatureRobin9> , can you attach a screenshot of what is happening?
Hi EnviousPanda91 , I'm not quite sure what you want to extract but you can extract everything from the UI using the API. The docs can be found here: https://clear.ml/docs/latest/docs/references/api/events
And for the best reference - You can open developer tools in the UI and see how the requests are handled there 🙂
Is there any specific reason you're not running in docker mode? Running in docker would simplify things
Hi @<1571308003204796416:profile|HollowPeacock58> , do you have a self contained code snippet that reproduces this?
1.7.0 is the latest release for ClearML self hosted. The issue does not reproduce there. Can you try upgrading your server?
https://github.com/allegroai/clearml-server
I think clearml-web is just the source code for the UI.
Hi AbruptHedgehog21 ,
Can you please developer tools (F12) and see what is returned on the delete request?
@<1543766544847212544:profile|SorePelican79> , what version of the SDK are you using? Also, what version of the backend are you running?
What do you mean outside the pipeline? That one of the pipeline steps will return value to the pipeline?
Hi HappyDove3 , you mean when using app.clear.ml?
What is the status of the steps? What is the execution queue and is there an agent running against it?
Hi @<1570583227918192640:profile|FloppySwallow46> , please don't @ the entire channel for help 🙂
If a task is in pending it means that no agent picked it up yet. Maybe the agent is unavailable or the process crashed. Check in that direction
Hi, SmugTurtle78
Hi, Is there any manifest for the relevant polices needed for the AWS account (if we are using autoscaling)?
I'm not sure. From my experience the autoscaler requires access to spinning instances up & down, listing instances, checking tags and reading machine logs.
You should try running with those permissions. If something is missing, you'll see it in the log 🙂
Also, Is there a way to use Github deploy key instead of personal token?
Do you mean git user/...
When you want to connect your parameters and other objects. Please take as look here:
https://clear.ml/docs/latest/docs/references/sdk/task#connect
You can find a usage example in
https://github.com/allegroai/clearml/blob/master/examples/reporting/hyper_parameters.py
You can specify specific package versions yourself via code
https://clear.ml/docs/latest/docs/references/sdk/task#taskadd_requirements
Hi @<1610083503607648256:profile|DiminutiveToad80> , can you please add a full log of the run?
RotundSquirrel78 , can you please try looking what returns when you're on the 'network' tab in F12 ?
Hi, SteepDeer88
For example, if the experiment I am cloning has no docker image and parameters set, will that make the agent ignore the ones I set in
clearml.conf
?
No, the experiment should run in docker mode if the agent was run with --docker
mode