Can you please provide a snippet of how the debug images are saved, also an example url would be useful :)
It looks like it's failing to login to the backend. Did you make sure you have valid credentials in clearml.conf ?
Hi @<1587615463670550528:profile|DepravedDolphin12> , can you please add the full log?
I'm not sure pipeline of pipelines would work out of the box without some hacks. What is your use case though, why do you need a pipeline of pipelines? In the end it would abstract into a single large pipeline anyways
I think that users in open source are admins by default
You can add basically whatever you want usingclearml-serving metrics add ...
None
Hi @<1797800418953138176:profile|ScrawnyCrocodile51> , if you use Task.init it should automatically capture all console logs without any extra addition of code.
Hi @<1595225620323766272:profile|VivaciousElk3> , you can set it with env variables - None
The ones that you're looking for are:
CLEARML_AGENT_SKIP_PIP_VENV_INSTALL
CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL
Hi EcstaticBaldeagle77 ,
I'm not sure I follow. Are you using the self hosted server - and you'd like to move data from one self hosted server to another?
from src.net import Classifier
ModuleNotFoundError: No module named 'src'
Hi @<1571308003204796416:profile|HollowPeacock58> , do you have a standalone code snippet that reproduces this behavior?
Also, are you maybe somehow tunneled into the EC2 instance and therefor may be seeing it as localhost?
Hi @<1691258549901987840:profile|PoisedDove36> , did you do all the db migrations during the upgrade or did you go straight to 1.5 form 1.0?
StickySheep96 , Is it possible you raised the server locally on your machine and not the EC2 instance?
You also need an agent listening to the queue you're enqueuing to
DullPeacock33 , this is because you want the uncommitted changes attached to the task. Technically speaking you can do something like this yourself. A task's uncommitted changes are editable when it is in draft mode. So you could add the uncommitted changes via api or maybe even SDK.
Hi JitteryCoyote63 , I think this is what you're looking for:
https://clear.ml/docs/latest/docs/references/sdk/task#move_to_project
SuccessfulKoala55 , is this hack applicable for most API calls in ClearML?
Makes perfect sense, just careful not to run out of memory or it'll crash everything 😛
CumbersomeParrot30 , try setting the following environment variable to true:CLEARML_SKIP_PIP_VENV_INSTALL
Hi @<1755038652741718016:profile|LuckyRobin32> , how are you pointing to the folder?
Hi EcstaticMouse10 ,
On what OS are you running?
I suggest you review ClearML onboarding videos on the Youtube channel and read about the basics of the agent/orchestration.
Hi @<1681111528419364864:profile|SmoothGoldfish52> , it looks like there is a connectivity issue and it's failing to connect to the server. Is there something in between?
Hi @<1610083503607648256:profile|DiminutiveToad80> , can you please elaborate on what you mean/want to do?
Hi @<1593413673383104512:profile|MiniatureDragonfly17> , no. The assumption is that serving runs on a dedicated machine. Of course you can edit the docker compose to use different ports