Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
TimelyPenguin76
Administrator Moderator
0 Questions, 711 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 When Using

Can you check the running user has all the permissions?

3 years ago
0 I Have To Say I'M Totally Confused By The Pipeline I Want To Execute The Pipeline On My Local Computer. I Followed

šŸ‘

I can not see google package, can you try clone and add it manually? You can always add any package you like to any task with Task.add_requirements('package name', 'package version') ,
Do you have a toy example so I can reproduce it my side (using google.cloud but package is not listed in task)?

3 years ago
0 Hi, I Started My Agent Using. Clearml-Agent Daemon --Gpus 0 --Queue Gpu --Docker --Foreground, With The Following Parameters In Clearml.Conf.

ok, I think I missed something on the way then.

you need to have some diffs, because

Applying uncommitted changes Executing: ('git', 'apply', '--unidiff-zero'): b"<stdin>:11: trailing whitespace.\n task = Task.init(project_name='MNIST', \n<stdin>:12: trailing whitespace.\n task_name='Pytorch Standard', \nwarning: 2 lines add whitespace errors.\n"
can you re-run this task from your local machine again? you shouldn’t have anything under UNCOMMITTED CHANGES this time (as we ...

4 years ago
0 Hi, I'M Getting Permission Errors When Trying To Read A File Using Trains-Agent, Which User Does It Use To Access Files? How Can I Grant It Permissions? (With My Own User Everything Works Smoothly)

Hi SmarmySeaurchin8 ,

The trains-agent default uses the ~trains.conf file for credentials, can you verify the api section in this file?

4 years ago
0 Is It Possible To Disable Vcs-Cache? I Tried To Change Value From True To False In The Trains.Conf, But It Does Not Affect Anything. I Want To Disable It, Because It Gives Error When I Run A Project Firstly On Docker Then On Venv.

Hi MysteriousBee56 .

What trains-agent version are you running? Do you run it docker mode (e.g.
trains-agent daemon --queue <your queue name> --docker?

4 years ago
0 Autoscaler From Saas (Pro Version). I Attempted To Use The Autoscaler ā€œApplicationā€ From Clearml Ui. Here Is What I Get In The Logs Of The Autoscaler Screen Itself (Consistent):

Hi RoughTiger69 , when you click on the app ā€œ3 dotsā€ link, you can open the configuration and the View details button will open you the original task.

it has like 10 fields of json configurations

under configuration objects, you can find the pipeline configuration.

CostlyOstrich36 did you succeed to reproduce such issue? RoughTiger69 have you made any changes in your workspace (share with someone? remove sharing?)?

2 years ago
0 We'Re Trying To Use The Aws Autoscaler And Have Managed To Get It Up And Running With Spinning Up Instances. However, It Does Not Seem To Pull Any Of The Tasks For The Remote Instances. We See It Gets

Hi UnevenDolphin73 ,

If the ec2 instance is up and running but no clearml-agent is running, something in the user data script failed.

Can you share the logs from the instance (you can send in DM if you like)?

3 years ago
0 Hi , I Have This Use Case.

With this scenario, your data should be updated when running the pipeline

4 years ago
0 Hello Everyone, I'M Trying To Do Prepare A Pipeline On Clearml With My Custom Framework Script That Import And Executes Other Scripts. However, When I Write Functions Inside The Pipeline I Get

Hi GhastlySquirrel83 ,

You can specify the repository ( repo=None, repo_branch=None, repo_commit=None parameters) in the add_function_step for connecting the specific repo into the step, you can view all the options with some examples here - https://clear.ml/docs/latest/docs/references/sdk/automation_controller_pipelinecontroller#add_function_step

2 years ago
0 Hi, I'M Trying Out The

in the agent’s clearml.conf file, set agent.docker_force_pull to true .
You can also try in the machine running the ClearML agent to run:
docker pull nvidia/cuda:10.1-runtime-ubuntu18.04

4 years ago
0 When Using

UnevenDolphin73 I cant reproduce this issue on my side šŸ˜ž can you give me some hints how to?

3 years ago
0 Hi, I Started My Agent Using. Clearml-Agent Daemon --Gpus 0 --Queue Gpu --Docker --Foreground, With The Following Parameters In Clearml.Conf.

I can help you with that šŸ™‚

task.set_base_docker("dockerrepo/mydocker:custom --env GIT_SSL_NO_VERIFY=true")

4 years ago
0 Hi , I Have This Use Case.

Not sure getting that, if you are loading the last dataset task in your experiment task code, it should take the most updated one.

4 years ago
0 Sorry I Have Again Another Problem, Does Clearml Have Its Own Package Resolution System And Doesn'T Use Pip ? I Use A Lib Named Pyfunctional (

according to the logs, the issue is when installing inplace-abn packages. let me check the error

4 years ago
0 Hi Trains Community - Question: I Am Using 

Hi MinuteWalrus85 .

Good news about fastai , the integration in almost done and a version will be release in the coming days :)

4 years ago
0 Hi, I Am Getting This Error When Using The Aws Auto_Scaler Service (With The Pro Version):

resources configuration, so you have subnet ID and the security group ID and it failed with it?

2 years ago
3 years ago
0 Hey! Probably Missed Something, But I Recently Upgraded To 1.1.1, And I'Ve Just Noticed That Png Artifacts Are Not Displayed In The Preview. Is This Intentional? Edit: Ah, It Has To Be A

you can this description as the preview, can this help?

task.upload_artifact(name='artifact name', artifact_object=artifact_object, preview="object description")

3 years ago
0 Hey! Probably Missed Something, But I Recently Upgraded To 1.1.1, And I'Ve Just Noticed That Png Artifacts Are Not Displayed In The Preview. Is This Intentional? Edit: Ah, It Has To Be A

The preview will show text šŸ˜•

Is this image for debugging? Can debug samples section help with that? Or it used for data?

3 years ago
0 Looking At The Docs.. I Couldn'T Find A Way To Cleanup The Experiments... Only Archive Them... I Also Noticed

Unfortunately, it is not possible to delete an experiment using the UI. You can run the script as a service like in the example or run it with job scheduler (crontab for example in linux) to execute it.

Can this do the trick?

4 years ago
Show more results compactanswers