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

Reputation

0

Badges 1

23 × Eureka!
0 Votes
3 Answers
631 Views
0 Votes 3 Answers 631 Views
Hey! What is the difference between Reporter and Logger ?
3 years ago
0 Votes
30 Answers
613 Views
0 Votes 30 Answers 613 Views
Hey! I would like to connect to same task from multiple consumer and upload debug image. Is it possibile? It seems like i can connect to the task. get the lo...
3 years ago
0 Votes
0 Answers
539 Views
0 Votes 0 Answers 539 Views
💃 Just arrived!
3 years ago
0 Votes
0 Answers
553 Views
0 Votes 0 Answers 553 Views
3 years ago
0 Votes
7 Answers
579 Views
0 Votes 7 Answers 579 Views
Hey! Do you have any support for 3D mesh visulaization?
3 years ago
0 Votes
1 Answers
508 Views
0 Votes 1 Answers 508 Views
Hey! Is it possible to create under main task (training), new task of type evaluation? Or any other way to link between them?
3 years ago
3 years ago
0 Hey! I Would Like To Connect To Same Task From Multiple Consumer And Upload Debug Image. Is It Possibile? It Seems Like I Can Connect To The Task. Get The Logger But Nothing Is Uploaded.

os.environ['TRAINS_PROC_MASTER_ID'] = args.trains_id os.environ['OMPI_COMM_WORLD_NODE_RANK'] = str(randint(0, sys.maxsize)) trains_task = trains.Task.init(project_name=f'{ALG_NAME}-inference', task_name='inference') print(type(trains_task))<class 'trains.task.Task.init.<locals>._TaskStub'>

3 years ago
0 Hey! I Would Like To Connect To Same Task From Multiple Consumer And Upload Debug Image. Is It Possibile? It Seems Like I Can Connect To The Task. Get The Logger But Nothing Is Uploaded.

args = parser.parse_args() os.environ['TRAINS_PROC_MASTER_ID'] = f"1:{args.trains_id}" os.environ['OMPI_COMM_WORLD_NODE_RANK'] = str(randint(0, sys.maxsize)) trains_task = trains.Task.init(project_name=f'{ALG_NAME}-inference', task_name='inference')failes on init

3 years ago