
Reputation
Badges 1
55 × Eureka!@<1523701070390366208:profile|CostlyOstrich36>
The devops changed the url and I had to go through some steps to find out what the problem was.
CostlyOstrich36
CloudySwallow27
I commited the uncommited changes and tried it. It works. The batchsize becomes 4.
I will have to go for matplotlib or seaborn options.
It doesn't work when I insert the credentilas individually either. I am using EC2 as clearml server.
deployed it myself. It worked fine before I changed to ubuntu24.04 yesterday. We have been using clearml for years this way
You are right. But, I have to start it from draft in the UI to do that, right? I mean, clone and restart.
Okay. thanks. But, about the overriding, I tried committing and when commited it works. So, I think that means the configuration is not overriden else where.
No worries. Thank you so much.
That is the configuration yaml.
Another very related question is, does uncommitted changes work for sub modules as well? I mean, when there is a directory from a different repository cloned as a submodule.
@<1576381444509405184:profile|ManiacalLizard2>
import yaml
from clearml.automation.auto_scaler import AutoScaler, ScalerConfig
from gcp_driver import GCPDriver
with open('gcp_autoscaler.yaml') as f:
conf = yaml.load(f, Loader=yaml.SafeLoader)
driver = GCPDriver.from_config(conf)
conf = ScalerConfig.from_config(conf)
autoscaler = AutoScaler(conf, driver)
autoscaler.start()
That is the python code.
But, it uses the committed changes instead of these values.
or can I put something like the following in clearml.conf?
cat << EOF >> ~/clearml.conf
agent.enable_git_ask_pass=true
agent.git_user="{GIT_USER}"
agent.git_pass="{GIT_PASSWORD}"
The
agent.git_user="{GIT_USER}"
agent.git_pass="{GIT_PASSWORD}"
already existed. I only added
`agent.enable_git_ask_pass=true
I see. So, is it same thing when network is slow and there is a mistake in url?
Yeah actually you are right. I can report the stats as a table, not the whole data.
created virtual environment CPython3.10.13.final.0-64 in 511ms
creator CPython3Posix(dest=/root/.clearml/venvs-builds/3.10, clear=False, no_vcs_ignore=False, global=True)
seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/root/.local/share/virtualenv)
added seed packages: pip==23.3.1, setuptools==69.0.2, wheel==0.42.0
activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
...
Sorry, It just worked now. I think It was slow internet connection issue. It just went away today.
It works on other machines. Can I clearml-init on a virtual environment? I installed clearml in a virtual environment.
Thank you Jake. is that the same for bitbucket and other repos as well? AND is there a specific part of the doc that talks about it?