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
9 Questions, 21 Answers
  Active since 10 January 2023
  Last activity 4 months ago

Reputation

0

Badges 1

21 × Eureka!
0 Votes
2 Answers
290 Views
0 Votes 2 Answers 290 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?
5 months ago
0 Votes
4 Answers
368 Views
0 Votes 4 Answers 368 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...
one year ago
0 Votes
6 Answers
370 Views
0 Votes 6 Answers 370 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...
one year ago
0 Votes
3 Answers
393 Views
0 Votes 3 Answers 393 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
12 Answers
383 Views
0 Votes 12 Answers 383 Views
one year ago
0 Votes
2 Answers
394 Views
0 Votes 2 Answers 394 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
1 Answers
408 Views
0 Votes 1 Answers 408 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
5 Answers
427 Views
0 Votes 5 Answers 427 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
8 Answers
411 Views
0 Votes 8 Answers 411 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...
one year 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
one year 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

one year 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

4 months 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.

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:

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

one year ago
0 Hi All, Two Questions:

great, thanks!

one year 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?

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