Hi AdventurousButterfly15 , are you able to clone locally? What version of the agent are you using
However when downloading the log manually it appears all the data is there?
What code did you try running? It appears that "services" is the default queue in code. You can create this queue and run an agent against it to execute tasks
BoredPigeon26 , are images from previous iterations still showing?
Hi @<1603560525352931328:profile|BeefyOwl35> , The agent uses it's own entry point, so yes you do need to specify it even if it's in the dockerfile 🙂
Did this happen suddenly or with some version upgrade?
Hi @<1639799308809146368:profile|TritePigeon86> , you mean that in order to initialize machines in ec2 you need to provide some external ip or you need to pass the external ip as a parameter in order for the job to run?
I recall a big fix to plots in server version 1.6.0, can you try upgrading to see if it fixes the issue?
I don't think it's currently updated but the team is working on updating it. Hopefully it will be updated very soon 🙂
Hi @<1678212417663799296:profile|JitteryOwl13> , can you please add a snippet that reproduces this?
GrievingTurkey78 , you can try using the following example:task.init(
auto_connect_frameworks={
'<FRAMEWORK>': False
}, ...
)
Docs: https://clear.ml/docs/latest/docs/references/sdk/task#taskinit
However please note this will not auto save the final model and you will need to add the model upload at specific points in the script when you want to upload the script.
Am I understanding correctly this is what you want?
You'd have to change the URLs in elastic itself
Also, what version of clearml
& clearml-agent
are you using?
Hi @<1524922424720625664:profile|TartLeopard58> , projects and many other internals like tasks are all saved in internal databases of the ClearML server, specifically in mongo & elastic
ReassuredTiger98 , BitterLeopard33 , I think I've encountered this 4GB http limit before. I think this should be fixed in next SDK release 🙂
Also to get past the problem via hack you can split the file via several zips through your code before uploading
Hi @<1730396272990359552:profile|CluelessMouse37> , I would suggest reviewing the relevant docs regarding pipelines & HPO and then running said examples before integrating them 🙂
None
None
None
[None](https://clear.ml/docs/latest/docs/references/sdk/hpo_optimizati...
Internal references are resolved only in decorator/function pipelines if I recall correctly
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
Are you sure you pasted the credentials correctly? Does it give you feedback on which key/secret you used during the process? Which version of ClearML-Agent are you on?
You do need to run your agents in docker mode. You can do that using the --docker
argument
I'm not sure I understand. Can you give a specific example of what you have VS what you'd like it to be?
Hi @<1538330703932952576:profile|ThickSeaurchin47> , can you please add the input/output of the clearml-init
command? Did you change any of the default ports?
Hi @<1529633468214939648:profile|CostlyElephant1> , it looks like thats the environment setup. Can you share the full log?
Also, make sure to install virtualenv, I see there was a failure in the log on that as well
you said you're on ubuntu... please describe exactly where/how the server + agent are set up
From the previous screenshot you showed, it looks like you're using a password and not an access token
This is very strange and unrelated to ClearML:
Error: connect ECONNREFUSED /run/user/1003/vscode-git-7ea59f7d55.sock
at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1607:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '/run/user/1003/vscode-git-7ea59f7d55.sock'
}
Missing or invalid credentials.
Error: connect ECONNREFUSED /run/user/1003/vscode-git-7ea59f7d55.sock
at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1607:16) {
errno:...