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
2 Answers
289 Views
0 Votes 2 Answers 289 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...
4 months ago
0 Votes
6 Answers
330 Views
0 Votes 6 Answers 330 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...
5 months ago
0 Votes
3 Answers
873 Views
0 Votes 3 Answers 873 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
816 Views
0 Votes 5 Answers 816 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
864 Views
0 Votes 18 Answers 864 Views
one year ago
0 Votes
7 Answers
853 Views
0 Votes 7 Answers 853 Views
2 years ago
0 Votes
5 Answers
816 Views
0 Votes 5 Answers 816 Views
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
2 years ago
0 Votes
0 Answers
802 Views
0 Votes 0 Answers 802 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
892 Views
0 Votes 15 Answers 892 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
906 Views
0 Votes 12 Answers 906 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
853 Views
0 Votes 11 Answers 853 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
3 Answers
907 Views
0 Votes 3 Answers 907 Views
3 years ago
0 Votes
9 Answers
807 Views
0 Votes 9 Answers 807 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
841 Views
0 Votes 12 Answers 841 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
785 Views
0 Votes 5 Answers 785 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
786 Views
0 Votes 1 Answers 786 Views
3 years ago