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
SparklingElephant70
Moderator
10 Questions, 72 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

69 × Eureka!
0 Votes
1 Answers
615 Views
0 Votes 1 Answers 615 Views
2 years ago
0 Votes
18 Answers
522 Views
0 Votes 18 Answers 522 Views
Hi, Anyone know how to report scalars with tenserflow? Thanks
2 years ago
0 Votes
12 Answers
672 Views
0 Votes 12 Answers 672 Views
one year ago
0 Votes
13 Answers
527 Views
0 Votes 13 Answers 527 Views
Hey all, I'm trying to get artifact that store locally in windows, like that: local_json = dataset_upload_task.artifacts['merged'].get() But the file include...
2 years ago
0 Votes
29 Answers
483 Views
0 Votes 29 Answers 483 Views
Im trying to run this exmple : https://clear.ml/docs/latest/docs/guides/pipeline/pipeline_controller But getting 'Could not find queue named "services", What...
2 years ago
0 Votes
20 Answers
596 Views
0 Votes 20 Answers 596 Views
2 years ago
0 Votes
17 Answers
537 Views
0 Votes 17 Answers 537 Views
Hi all, I have python file build_pipeline, that contain PipelineController with one step only. When I try to run the file I get 'build_pipline.py': [Errno 2]...
2 years ago
0 Votes
4 Answers
647 Views
0 Votes 4 Answers 647 Views
Hey, If I uploading a new dataset with parent, but the child dataset==parent dataset it will work? Thanks
2 years ago
0 Votes
2 Answers
561 Views
0 Votes 2 Answers 561 Views
2 years ago
0 Votes
2 Answers
542 Views
0 Votes 2 Answers 542 Views
one year ago
0 Im Trying To Run This Exmple :

Nop, still the first stage stack on pending 😞

2 years ago
0 Im Trying To Run This Exmple :

CostlyOstrich36
The pipline demo is still stack on running,
The first step still on pending, and belong to services queue

2 years ago
0 Im Trying To Run This Exmple :

CostlyOstrich36

2 years ago
0 Im Trying To Run This Exmple :

CostlyOstrich36

2 years ago
0 Im Trying To Run This Exmple :

Get stuck on:

Collecting pip<20.2
Using cached pip-20.1.1-py2.py3-none-any.whl (1.5 MB)
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 21.3.1
Uninstalling pip-21.3.1:
Successfully uninstalled pip-21.3.1
Successfully installed pip-20.1.1
Collecting Cython
Using cached Cython-0.29.24-cp38-cp38-win_amd64.whl (1.7 MB)
Installing collected packages: Cython
Successfully installed Cython-0.29.24
Collecting boto3==1.19.9
Using cach...

2 years ago
0 Im Trying To Run This Exmple :

By clearml-agent daemon -- foreground --queue services

2 years ago
0 Im Trying To Run This Exmple :

SuccessfulKoala55

2 years ago
0 Im Trying To Run This Exmple :

No, Its stuck here:
Collecting botocore<1.23.0,>=1.22.9
  Using cached botocore-1.22.12-py3-none-any.whl (8.1 MB)

2 years ago
0 Im Trying To Run This Exmple :

CostlyOstrich36

2 years ago
0 Im Trying To Run This Exmple :

Hey,
Thanks!
The pipline demo is running but the first step stack on 'Pending'

2 years ago
2 years ago
0 Hi, That I'M Running The Line Dataset = Clearml.Dataset.Get (Dataset_Project = 'Datasets', Dataset_Tags = ....) I Get: File "/Root/.Clearml/Venvs-Builds/3.8/Lib/Python3.8/Site-Packages/Clearml/Datasets/Dataset.Py", Line 1534, In Get Dataset_Id = Cls

Hi SweetBadger76
It still does not work, I'm trying to access a task called dataset_0 under datasets project.
I get ValueError: No projects found when searching for datasets/.datasets/dataset_0

What is .datasets ?

one year ago
0 Hey All, I'M Trying To Get Artifact That Store Locally In Windows, Like That:

Hi SuccessfulKoala55 ,
First I create the task and change the output_uri to some folder I created
task = Task.init(project_name='main', task_name='task', output_uri=r'C:\Users\Chen\Desktop\folder)Than I used:
task.upload_artifact

2 years ago
0 Im Trying To Run This Exmple :

Haa,
How can I change it?
The pipline is on services
and the first task on defult

2 years ago
2 years ago
0 Im Trying To Run This Exmple :

SuccessfulKoala55
The pipline demo is still stack on running,
The first step still on pending, and belong to services queue

2 years ago
2 years ago
0 Im Trying To Run This Exmple :

I need to change to pipe.set_default_execution_queue('services')?
or leave it defult?

2 years ago
0 Im Trying To Run This Exmple :

CostlyOstrich36

2 years ago
0 Im Trying To Run This Exmple :

CostlyOstrich36

2 years ago
0 Hi All, I Have Python File Build_Pipeline, That Contain Pipelinecontroller With One Step Only. When I Try To Run The File I Get 'Build_Pipline.Py': [Errno 2] No Such File Or Directory' On The Webui. What I Do Wrong? Thanks!

pipe = PipelineController( name='grab2train_tf', project='main pipeline', version='0.0.1', abort_on_failure=True, # any failed step will cause the pipeline to immediately abort, stop all running steps, and mark the pipeline as failed. )
I'm missing something? CostlyOstrich36

2 years ago
Show more results compactanswers