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 2 years ago

Reputation

0

Badges 1

69 × Eureka!
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K 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]...
3 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K Views
Hi, Anyone know how to report scalars with tenserflow? Thanks
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
3 years ago
0 Votes
20 Answers
2K Views
0 Votes 20 Answers 2K Views
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
3 years ago
0 Votes
29 Answers
2K Views
0 Votes 29 Answers 2K 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...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hey, If I uploading a new dataset with parent, but the child dataset==parent dataset it will work? Thanks
3 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K 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...
3 years ago
0 Hey All, I'M Trying To Get Artifact That Store Locally In Windows, Like That:

Now, in other task I want to upload the artifact by using get_local_copy()
dataset_upload_task = Task.get_task(task_id=args['dataset_task_id']) local_json = dataset_upload_task.artifacts['dataset'].get_local_copy()But the path that I got contain '' and '/' (i.e combination of unix and win foramt)

3 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

3 years ago
0 Im Trying To Run This Exmple :

CostlyOstrich36

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

Hi CostlyOstrich36 ,
We got this.
Thanks

3 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)

3 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

3 years ago
0 Im Trying To Run This Exmple :

CostlyOstrich36
Stuck on pipline demo

3 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

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

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

3 years ago
0 Im Trying To Run This Exmple :

CostlyOstrich36

3 years ago
3 years ago
Show more results compactanswers