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 tensorflow

Questions with tag tensorflow

Tags
Sorting
Results
per page
0 Votes
3 Answers
6 Views
0 Votes 3 Answers 6 Views
I'm trying to use clearml agents. For tensorflow it looks like it does not save the pip package correctly. I need to install it as tensorflow[and-cuda] not j...
2 days ago
0 Votes
2 Answers
561 Views
0 Votes 2 Answers 561 Views
Hi, I have a question about migrating from tensorflow 2.14 to 2.16. Up until now I have been using tf.keras.callbacks.ModelCheckpoint to save models in the S...
8 months ago
0 Votes
6 Answers
648 Views
0 Votes 6 Answers 648 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...
9 months ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
If I want to run tensorflow (version 2.10.0 with Python 3.8) with the AWS autoscaler, which AMI and Docker base image should I choose?
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi, I have an error with clearml-agent 1.5.1 when importing tensorflow 2.10 from tensorflow.python.client._pywrap_tf_session import * File "/root/.clearml/ve...
one year ago
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K Views
one year ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K 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
15 Answers
1K Views
0 Votes 15 Answers 1K Views
I'm publishing the model artifact after the tensorflow model is saved. But in the UI, the download button is grayed out. And get_local_copy() doesn't seem to...
2 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
I'm training a tensorflow model and saving it in the end. I looked at the OutputModel class. How do I connect the model I'm saving to the OutputModel?
2 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K 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...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
3 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Hi, just to check. Does the k8s glue install torch by default? I'm getting Warning: could not resolve python wheel replacement for torch==1.8.0 even though i...
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K 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
1K Views
0 Votes 5 Answers 1K Views
Hi all! I I tried to run the manual_upload_model.py script, using a worker, and it fails because when looking at the installed packages, tensorflow is not th...
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
4 years ago