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
TimelyPenguin76
Administrator Moderator
0 Questions, 711 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Hi , I Have This Use Case.

Not sure getting that, if you are loading the last dataset task in your experiment task code, it should take the most updated one.

3 years ago
0 Hi Trains Community - Question: I Am Using 

change the report of the train_loss?

Are you referring for not sending the train_loss results?

4 years ago
0 Can The

Hi TenseOstrich47 , the StorageManager does use boto3 for those upload (so if its not supported by boto3, same for StorageManager :/ )
Maybe you can use the 'wait_for_upload' and delete the local file after?

3 years ago
3 years ago
0 Hey, I Have One Question Regarding The Cleanup_Service Task In The Devops Project: Does It Assume That The Agent In Services Mode Is In The Trains-Server Machine?

Hi JitteryCoyote63

You don’t need to run in from the Trains Server machine, you just need ~/trains.conf file with configuration to your Trains Server

4 years ago
0 Hi, I Am Getting This Error When Using The Aws Auto_Scaler Service (With The Pro Version):

resources configuration, so you have subnet ID and the security group ID and it failed with it?

2 years ago
0 Hi, I Am Getting This Error When Using The Aws Auto_Scaler Service (With The Pro Version):

yes, this fix almost done testing and will be part of the next release, will keep you updated about it

2 years ago
0 Am I Doing Something Wrong Or Is Should I Open An Issue About It (Bug?)? I'M Using The

Hi WackyRabbit7 , saw you updated the GH issue, will try to reproduce it here

3 years ago
4 years ago
0 Is There An Example (Preferably With Pytorch) That Includes A Validation Split With Tensorboard(X)? The Examples Only Do Train / Test Splits, Which First Do The Whole Train Step, Then Once The Test Step. While The Validate Step Should Be Similar To Test

Hi DefeatedCrab47

If you are referring to this example, examples/frameworks/tensorboardx/pytorch_tensorboardX.py, it does have only test and train steps.

If you like to plot validation together with the train, you can have the same prefix, for example when using writer.add_scalar('<prefix>/Test_Loss', ...), like in this example - https://demoapp.trains.allegro.ai/projects/bb21d73db5634e6d837724366397b6e2/experiments/f46160152ee54ff9863bb2efe554a6b1/output/metrics/scalar

4 years ago
0 Hey All. Question About The Bucket Config For Clearml. Is It Possible To Have Two Buckets In The Config? We Have Partners In Eu And Us, And Due To Data Governance Legislation, We Cannot Store All The Data In One Bucket. Any Insights?

Hi TenseOstrich47 ,

Try using aws credentials with region too https://github.com/allegroai/clearml/blob/master/docs/clearml.conf#L88

credentials: [ specifies key/secret credentials to use when handling s3 urls (read or write) { bucket: "my-bucket-name" key: "my-access-key" secret: "my-secret-key" region: "my-region" },

3 years ago
0 Hi, I Am Getting This Error When Using The Aws Auto_Scaler Service (With The Pro Version):

Hi SmugTurtle78 , can you share you configuration? (without the secrets)

  • are you working vpc? did you try configure only one of the params?
2 years ago
0 Hey There, I See That In The Autoscaler Configuration, The

Hi JitteryCoyote63 ,

v100 will be used, in the coming feature we will have priorities too, will keep you updated about it

3 years ago
0 Hi Trains Community - Question: I Am Using 

MinuteWalrus85 checking it

4 years ago
0 Hi Trains Community - Question: I Am Using 

MinuteWalrus85 thanks for the screenshot, asking about TB dashboard to understand where the issue is coming from.

Trains is patching TB stats and showing it to you in the web-app, so if the results are the same in TB dashboard, the reporting of the values can be wrong, if the TB dashboard and the web-app have different results, there can be an issue with web-app reporting

4 years ago
0 Hi, We Are Trying To Understand When The Auto-Logging Parameters Configuration. From The

Hi OutrageousSheep60 , I think the connect_configuration is your solution for this one (or connect)

2 years ago
0 Hi, I Am Trying To Use Clearml-Data To Upload My Data To S3, Which Is Password Protected. How Should I Indicate The Credentials After I Set --Storage S3://.... ?

Hi SubstantialElk6 ,

You can configuration S3 credentials on your ~/clearml.conf file, or with environment variables:
os.environ['AWS_ACCESS_KEY_ID'] ="***" os.environ['AWS_SECRET_ACCESS_KEY'] = "***" os.environ['AWS_DEFAULT_REGION'] = "***"

3 years ago
0 Hey All, I'M Having A Problem Integrating Clearml In My Training. ---------------------------------------------------------------------------------------------- First, I'M Getting A Warning: Clearml Monitor: Could Not Detect Iteration Reporting, Falling B

Hi MotionlessMonkey27 ,

first, I’m getting a warning:
ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start

This simply indicated your task did not start reporting metrics to the server yet. Once reporting started, it will go back to iterations-based.

Also, ClearML is not detecting the scalars, which are being logged as follows:

tf.summary.image(‘output’, output_image, step=self._optimizer.iterations.numpy())
or
for key, value in...

3 years ago
2 years ago
0 Hi, Every One, What Is The Algorithm To Schedule A Task After Pulling It From A Queue In Agent? I Am Using Clearml Open Source. Thanks In Advance.

Hi FloppyDeer99 ,

In other words, docs introduce that ClearML Open Source supports orchestration, how can I found the relating codes?

You can find many examples https://clear.ml/docs/latest/docs/getting_started/mlops/mlops_first_steps/ , if you have a specific use case you want to check, please share and I can send an example of it.

And what the role of clearml-agent in orchestration, a combination of kube-scheduler and kubelet?

ClearML agent is an ML-Ops tool for users to r...

3 years ago
0 Hi , I Have This Use Case.

With this scenario, your data should be updated when running the pipeline

3 years ago
0 Hi, It Seems That Report_Image Puts The Image Both In Plots And Both In Debug Samples, Why Is That?

When you run it locally with auto_connect_frameworks={"matplotlib": False} , did it send the matplotlib outputs?

4 years ago
Show more results compactanswers