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
MagnificentSeaurchin79
Moderator
13 Questions, 160 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

109 × Eureka!
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
I'm following the pipeline controller example...this is the output I get after running the the three scripts for step1, step2, and step3, and finally the pip...
4 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
Hi! I'm trying to deploy clearml server in GCP, but I don't have access to allegro's bucket
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi! I'm getting the following error when I upload a folder to GCS using StorageManager, and then use StorageManager to download that folder to use in another...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi! I'm using dataset.list_files with wildcards but it is not working as I expected: I think the problem is only when the files are in the root of the dataset.
3 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Hi, I'm having a hard time trying to understand the Dataset class. What I need is to be able to get the dataset, delete a file, and upload it again. But the ...
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
is there a way to sort plots by iteration?
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
I don't quite understand the way Iterations work. In my current experiment I report every 10 epochs, I'm currently in my epoch 30, but in the UI it says iter...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K 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...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
What could be the reason for FAIL status of a task that seems to have completed correctly? No information in the log whatsoever
4 years ago
0 Votes
29 Answers
2K Views
0 Votes 29 Answers 2K Views
what could be the reason for my package to not be loading under the "INSTALLED PACKAGES"? I have a . in the requirements.txt I added a task.add_requirements(...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Hi! I was wondering regarding this issue: https://github.com/allegroai/clearml/issues/181 The solution seems to be to not log by default, and only use a cont...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Hi! Thanks for this awesome tool 😄 I wanted to know if there was a way of specifying the output_uri depending on whether I'm running on GCP or in my local s...
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hello, how can I make a pipeline that accepts parameters?
4 years ago
0 What Could Be The Reason For Fail Status Of A Task That Seems To Have Completed Correctly? No Information In The Log Whatsoever

I commented the upload_artifact at the end of the code and it finishes correctly now

4 years ago
4 years ago
0 Hi! Thanks For This Awesome Tool

is there a way to prevent from creating a new setup in my worker each time?

4 years ago
0 Hi Guys, I Have Many Questions To Ask, Sorry If This Questions Were Posted Already - If The Answer Exist, Please, Point Me To It. Thank You For Your Help. I'M Training Object Detection Model Using Tf 2.3 Object Detection Api And Use Clearml On Local Serve

clearml == 0.17.5rc5
google_cloud_storage == 1.36.1
joblib == 1.0.1
matplotlib == 3.3.4
numpy == 1.20.0
object_detection == 0.1
opencv_python_headless == 4.5.1.48
pandas == 1.2.3
scikit_learn == 0.24.1
tensorflow == 2.4.0

4 years ago
0 Hi! I'M Getting The Following Error When I Upload A Folder To Gcs Using Storagemanager, And Then Use Storagemanager To Download That Folder To Use In Another Application:

not sure, I'm using GCS not S3. Is download_folder doing something different than downloading all files inside the folder?

3 years ago
0 Hi! Thanks For This Awesome Tool

and in the script I removed the output_uri= , in the task initialization

4 years ago
0 Hi! Thanks For This Awesome Tool

if I launch the same script in GCP, (I don't run it as a clearml-agent), then everything works fine

4 years ago
0 What Could Be The Reason For Fail Status Of A Task That Seems To Have Completed Correctly? No Information In The Log Whatsoever

it's my error: I have tensorflow==2.2 in my venv, and added Task.add_requirements('tensorflow') which forces tensorflow==2.4:

Storing stdout and stderr log into [/tmp/.clearml_agent_out.kmqde7st.txt]
Traceback (most recent call last):
 File "aicalibration/generate_tfrecord_pipeline.py", line 15, in <module>
  task = Task.init(project_name='AI Calibration', task_name='Pipeline step 1 dataset artifact')
 File "/home/username/.clearml/venvs-builds/3.7/lib/python3.7/site-packages/clearm...

4 years ago
0 Hi! Thanks For This Awesome Tool

since it didn't change (the packages installed)

4 years ago
0 Hi

I see, thanks!

4 years ago
0 Hi

How would you like me to share it?
So far I have this:
tensorflow_object_detection_autoinstall.sh
Before running:
You need to set your venv
install numpy
export TF_DIR=$HOME/tensorflow mkdir $TF_DIR cd $TF_DIR echopwdwget unzip protoc-3.14.0-linux-x86_64.zip -d protoc export PATH=$PATH:pwd`/protoc/bin

git clone
cd models
git checkout 8a06433
cd $TF_DIR/models/research
protoc object_detection/protos/*.proto --python_out=.

git clone
cd cocoapi/PythonAPI
make
cp -r py...

4 years ago
0 Hi

and can the agent when running locally with no base docker, inherit as well system wide packages?

4 years ago
0 Hi

ah great! I'll try that then

4 years ago
0 Hi

Hi! I'm tryin to find a workaround for this: can't do pip install <name_of_package>
I executed the task, and it created a cache venv.
But when running the code, it couldn't import the package because it wasn't listed.
I then sourced the venv, and manually installed the package
so if I do python -c 'import object_detection' if works

4 years ago
0 Hi

so does the container install anything, or just runs the script? how is the setup done there?

4 years ago
0 Hi

but then I run again the task, it uses the same cache venv, but fails to find object_detection

4 years ago
0 Hi

so I need to run a sed command to replace some lines in one of the tensorflow files..do you know if I can do this as part of the setup.py install?

4 years ago
0 Hi! Thanks For This Awesome Tool

no, only in the clearml.conf file
Now I removed the output_uri in the conf file of the machine that started the task, and when I run it as agent in GCP it works.
Is this a bug?

4 years ago
0 Hi! Thanks For This Awesome Tool

if I put ~/clearml in the default_output_uri key, and start the task, when run as agent in GCP I get clearml.Task - INFO - Completed model upload to file:///$github_proj_directory/~/clearml/$proj_name/$experiment_name

4 years ago
0 Hi

so, the thing is that to install the object_detection package you need to manually run some commands, copy a setup.py file, etc. There is no git repo that does that for you...is that more clear?

4 years ago
0 Hi! Thanks For This Awesome Tool

but it still saves using the output_uri from the server that created the task

4 years ago
0 Is There A Way To Sort Plots By Iteration?

FYI, in case it is useful for someone else:
` import tensorflow as tf
import numpy as np
from plotly.subplots import make_subplots
import plotly.graph_objects as go
import itertools
from clearml import Task

def get_trace(z, series, classes, colorscale='blues', showscale=True, verbose=False):
if verbose:
print(z)
ind = '1' if series=='train' else '2'
trace = dict(
type="heatmap",
z=z[::-1],
x=classes,
y=classes[::-1],
...

4 years ago
Show more results compactanswers