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

Questions with tag tf

Questions with tag tf

Tags
Sorting
Results
per page
0 Votes
6 Answers
169 Views
0 Votes 6 Answers 169 Views
Hi everyone, I’m trying to create a pipeline from tasks without uploading the data into clearml server because it’s large and I get into memory issues. Inste...
2 months ago
0 Votes
18 Answers
707 Views
0 Votes 18 Answers 707 Views
one year ago
0 Votes
1 Answers
649 Views
0 Votes 1 Answers 649 Views
What's the proper way to build a pipeline? In ClearML there are several approaches to build a pipeline. I am about to make a pipeline for the following scena...
tf
one year ago
0 Votes
0 Answers
661 Views
0 Votes 0 Answers 661 Views
Hi, I have the following problem - when running a tensorflow model (nn) I have two logs printed out through the model (with tensorboard), one for the mse/los...
2 years ago
0 Votes
11 Answers
681 Views
0 Votes 11 Answers 681 Views
Hi guys, Suppose I have the following script: import numpy as np import pandas as pd from clearml import Task # Import required project dependencies. from tf...
2 years ago
0 Votes
8 Answers
656 Views
0 Votes 8 Answers 656 Views
tf
2 years ago
0 Votes
12 Answers
688 Views
0 Votes 12 Answers 688 Views
https://github.com/allegroai/clearml/blob/master/examples/optimization/hyper-parameter-optimization/base_template_keras_simple.py Hi, I am running this code ...
3 years ago
0 Votes
5 Answers
819 Views
0 Votes 5 Answers 819 Views
4 years ago