Reputation
Badges 1
21 × Eureka!im trying to use https://clear.ml/docs/latest/docs/webapp/applications/apps_aws_autoscaler .
In the setup, I have to provide a personal access token (PAC) from git.
The agents when setting up the env to run the tasks from the queue cannot clone the repo using the pac
cloning: git@gitlab.com:<redacted>.git Using user/pass credentials - replacing ssh url 'git@gitlab.com:<redacted>.git' with https url '
` <redacted>.git'
Host key verification failed.
fatal: Could not read from remote repos...
if you are doing logs i imagine these are done using Logger.report_scalar
if so. iteration is an argument of that method
my bad :man-facepalming: the hydra error is because the data config folder is not commited (gitignore)
basically running_locally()
ok, I think I have everything I need. Will give it a try.
im running them with python my_script.py -m my_parameter=value_1,value_2,value_3
(using hydra multirun)
or if you could point me to the part of the package that sets up the enviroment to figure out what=s worng, please