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
126 Views
0 Votes 2 Answers 126 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...
one month ago
0 Votes
6 Answers
164 Views
0 Votes 6 Answers 164 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
3 Answers
700 Views
0 Votes 3 Answers 700 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?
11 months ago
0 Votes
5 Answers
663 Views
0 Votes 5 Answers 663 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
703 Views
0 Votes 18 Answers 703 Views
one year ago
0 Votes
7 Answers
677 Views
0 Votes 7 Answers 677 Views
one year ago
0 Votes
5 Answers
685 Views
0 Votes 5 Answers 685 Views
one year ago
0 Votes
5 Answers
857 Views
0 Votes 5 Answers 857 Views
2 years ago
0 Votes
0 Answers
658 Views
0 Votes 0 Answers 658 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
727 Views
0 Votes 15 Answers 727 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
730 Views
0 Votes 12 Answers 730 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
676 Views
0 Votes 11 Answers 676 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
744 Views
0 Votes 3 Answers 744 Views
2 years ago
0 Votes
9 Answers
650 Views
0 Votes 9 Answers 650 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
686 Views
0 Votes 12 Answers 686 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
652 Views
0 Votes 5 Answers 652 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
636 Views
0 Votes 1 Answers 636 Views
3 years ago