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
CrookedMonkey33
Moderator
11 Questions, 24 Answers
  Active since 10 January 2023
  Last activity 2 months ago

Reputation

0

Badges 1

24 × Eureka!
0 Votes
8 Answers
658 Views
0 Votes 8 Answers 658 Views
Hi all, just started with ClearML yestarday and i'm wondering whats the recommended way of running the server in AWS? I can see that the old Allegro AI Train...
2 years ago
0 Votes
3 Answers
628 Views
0 Votes 3 Answers 628 Views
Hi all, quick question, is there a way for me to download a model or artifact directly from the CLI using its Id?
one year ago
0 Votes
3 Answers
128 Views
0 Votes 3 Answers 128 Views
2 months ago
0 Votes
12 Answers
620 Views
0 Votes 12 Answers 620 Views
one year ago
0 Votes
1 Answers
650 Views
0 Votes 1 Answers 650 Views
Hi all, did anyone manage to connect the agent to aws s3 bucket when authenticating to AWS using SSO?
one year ago
0 Votes
2 Answers
554 Views
0 Votes 2 Answers 554 Views
Hi, I just started using the new datasets GUI, is there a way for me to publish a dataset from the GUI the way I can do with tasks/models?
9 months ago
0 Votes
6 Answers
599 Views
0 Votes 6 Answers 599 Views
Hi, I am trying to save a trained XGBClassifier model as OutputModel, is there an example somewhere of how to do that? it has no weights to save, should I ju...
2 years ago
0 Votes
2 Answers
628 Views
0 Votes 2 Answers 628 Views
Hi all, i'm trying to download a model inside a container based lambda function, but when I use .get_local_copy() it tries to save it in a non-existing locat...
one year ago
0 Votes
5 Answers
690 Views
0 Votes 5 Answers 690 Views
Hi all, does anyone know how I can use python to load the configuration of a saved experiment/model using its id?
one year ago
0 Votes
4 Answers
598 Views
0 Votes 4 Answers 598 Views
Hi all, two questions: I created a Dataset and am using it to train models, what's the recommended way to connect it to my training tasks for future reproduc...
2 years ago
0 Votes
2 Answers
195 Views
0 Votes 2 Answers 195 Views
Hi, does ClearML not yet support python 3.12? the wheel installs correctly but we are getting "ModuleNotFoundError: No module named 'distutils'" from site-pa...
3 months ago
0 Hi, Does Anyone Know If There Is A Way To Have The Dataset Graph That Tells Us Which Dataset Was Created From Which Other Ones Without Setting The Previous Datasets As Parents? We Have Large Raw Datasets That Are Used To Create Several Smaller Ones, And I

When creating new datasets by combinging and modifying existing datasets programmatically in python, if I add the previous datasets as "parents" I can see a nice flow graph in ClearML of how each child dataset was generated. However this means my datasets contain the content of their parents which is quite a lot, is there a way for me to have that flow graph without using the parent datasets option?
![image](https://clearml-web-assets.s3.amazonaws.com/scoold/images/TT9ATQXJ5-F06J38WMZUZ/image...

2 months ago
0 Hi, I Just Started Using The New Datasets Gui, Is There A Way For Me To Publish A Dataset From The Gui The Way I Can Do With Tasks/Models?

Thanks, found it, but yeah, it would be a lot more convenient if you can add it to regular right click menu the same way it is with models and tasks

9 months ago
0 Hi All, Two Questions:

great, thanks!

2 years ago
0 Hi, I'Ve Been Using Your Saas Platform For Over A Month Now, But Today I Suddenly Noticed Most Of My Data Is Missing, I See That I Have 40 Tasks In My Data Project From The Dashboard As It Should Be, But Inside The Project I Can Only See 6, I Couldn'T Fin

ok nice, so I updated to 1.6, and am now getting the following error when creating a dataset project in the cli using clearml-data create :
clearml-data - Dataset Management & Versioning CLI
Creating a new dataset:

Error: 'str' object has no attribute 'radd'

one year ago
0 Hi All, Just Started With Clearml Yestarday And I'M Wondering Whats The Recommended Way Of Running The Server In Aws? I Can See That The Old Allegro Ai Trains Server Is Not Longer Available:

and yes I meant the AMI, in your docs you recommend to use the old one until you post a new one, but the old one is no longer available.

2 years ago
0 Hi All, Two Questions:

ok so:
you recommend just saving the dataset id as part of the task configuration? I think I was a bit unclear, my question is how should I report them from the code, they are not caught automatically because they are custom parameters I calculate not as part of any framework, so I wonder if I should report them as artifacts, or maybe scalars? my issue with scalars is that I only have 1 of each type, and the API seems to be oriented toward a series of results of the same type

2 years ago
0 Hi All, Just Started With Clearml Yestarday And I'M Wondering Whats The Recommended Way Of Running The Server In Aws? I Can See That The Old Allegro Ai Trains Server Is Not Longer Available:

Whatever is simpler, we are researching medical data so I can't use your hosted server, I need it to be inside our VPC in AWS. I was thinking either an EC2 instance with/out docker or use AWS ECS

2 years ago
0 Hi, I Am Trying To Save A Trained Xgbclassifier Model As Outputmodel, Is There An Example Somewhere Of How To Do That? It Has No Weights To Save, Should I Just Pickle It And Save The Results?

Ok it works, but I don't see the labels in the model output, is there a way for me to use OutputModel to update those labels?

2 years ago
one year ago
0 Hi All, Quick Question, Is There A Way For Me To Download A Model Or Artifact Directly From The Cli Using Its Id?

Thanks, I use these methods in my code, but what I'm trying to do now is download the model using cli, meaning running some command from cmd (or more accurately from Dockerfile) so I can create an image with the model. Whats the recommended way of doing that?

one year ago
0 Hi All, Does Anyone Know How I Can Use Python To Load The Configuration Of A Saved Experiment/Model Using Its Id?

I would like to recreate an experiment after saving its configurations, to do that that I need to load those configurations in another notebook, right now the only way I managed to do that is by saving those configurations as an artifact and load that artifact, but it is less convenient than loading a configuration.

one year ago