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

Reputation

0

Badges 1

40 × Eureka!
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
3 years ago
0 Votes
30 Answers
877 Views
0 Votes 30 Answers 877 Views
Hi, I am trying to upload a plot to an existing task using the old_task = Task.get_task() function and then calling old_task.get_logger().report_matplotlib_f...
3 years ago
0 Votes
1 Answers
755 Views
0 Votes 1 Answers 755 Views
Hi, I have a CSV file that I want to upload to my Trains experiment. Is there any functionality in trains that automatically converts the CSV and converts it...
3 years ago
0 Votes
24 Answers
844 Views
0 Votes 24 Answers 844 Views
Hey folks, when I run clearml-init on an 'on-premise' server (which can only be accessed via VPN) it gives an error and fails to create the clearml.conf file...
3 years ago
0 Votes
4 Answers
848 Views
0 Votes 4 Answers 848 Views
3 years ago
0 Votes
2 Answers
916 Views
0 Votes 2 Answers 916 Views
Hey, I see this in between my training epochs, what could be causing this? Because I see no affect of the following INFO on the training or reporting to Clea...
3 years ago
0 Votes
2 Answers
864 Views
0 Votes 2 Answers 864 Views
Hey, I was just exploring the UI, is there any way to add custom notes for a model like observations and conclusions for any experiment?
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Hi, I'm trying to upload an artifact to my connected Azure Storage Container with from trains import Task task = Task.init(project_name="Test", task_name="te...
3 years ago