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
ShallowGoldfish8
Moderator
8 Questions, 41 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

33 × Eureka!
0 Votes
16 Answers
589 Views
0 Votes 16 Answers 589 Views
Hi guys, I am having some trouble running some training scripts with the agent functionality: https://stackoverflow.com/questions/73279794/catboostclearml-er...
one year ago
0 Votes
3 Answers
655 Views
0 Votes 3 Answers 655 Views
one year ago
0 Votes
2 Answers
537 Views
0 Votes 2 Answers 537 Views
When trying to run the server from the docker image ( docker-compose -f /opt/clearml/docker-compose.yml up -d as instructed in None ), I am getting an error ...
8 months ago
0 Votes
14 Answers
575 Views
0 Votes 14 Answers 575 Views
Is there any simple way to orchestrate a batch to train a model with different features (in order to do feature selection, for example) through a single .py ...
one year ago
0 Votes
2 Answers
608 Views
0 Votes 2 Answers 608 Views
Is there a way to load only selected files and selected columns from a dataset (saved as multiple .parquet files) without having to download all of it?
one year ago
0 Votes
5 Answers
681 Views
0 Votes 5 Answers 681 Views
one year ago
0 Votes
15 Answers
704 Views
0 Votes 15 Answers 704 Views
one year ago
0 Votes
5 Answers
610 Views
0 Votes 5 Answers 610 Views
Is there a way to upload an artifact I forgot to upload during the task duration to that task after it is already complete?
one year ago
0 Task Struck At

After commenting all the metric/plot reporting, we noticed the model was not uploading the artifacts to S3. A solution was to add wait_for_upload in task.upload_artifact()

one year ago
one year ago
0 1St: Is It Possible To Make A Pipeline Component Call Another Pipeline Component (As A Substep)? Or Only The Controller Can Do It? 2Nd: I Am Trying To Call A Function Defined In The Same Script, But Unable To Import It. I Passing The Repo Parameter To The

Additionally, I have the following error now:
` 2022-08-10 19:53:25,366 - clearml.Task - INFO - Waiting to finish uploads
2022-08-10 19:53:36,726 - clearml.Task - INFO - Finished uploading
Traceback (most recent call last):
File "/home/zanini/repo/RecSys/src/dataset/backtest.py", line 186, in <module>
backtest = run_backtest(
File "/home/zanini/repo/RecSys/.venv/lib/python3.9/site-packages/clearml/automation/controller.py", line 3329, in internal_decorator
a_pipeline.stop()
File...

one year ago
0 When Trying To Run The Server From The Docker Image ( `Docker-Compose -F /Opt/Clearml/Docker-Compose.Yml Up -D` As Instructed In

sorted by using command below before docker-compose call
export DOCKER_DEFAULT_PLATFORM=linux/amd64

8 months ago
0 Task Struck At

Also, I was using tensorboard

one year ago
one year ago
Show more results compactanswers