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
BoredHedgehog47
Moderator
27 Questions, 212 Answers
  Active since 10 January 2023
  Last activity 10 months ago

Reputation

0

Badges 1

211 × Eureka!
0 Votes
1 Answers
354 Views
0 Votes 1 Answers 354 Views
What does this log message mean ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start ?
one year ago
0 Votes
0 Answers
420 Views
0 Votes 0 Answers 420 Views
Hey everyone, I'm trying to add a test user to the api server config. Here is a snippet form my values.yaml file. Do I have this formatted correctly? I'm not...
one year ago
0 Votes
30 Answers
381 Views
0 Votes 30 Answers 381 Views
When my remote task is installing the python dependencies --packages requests for example, is there any caching "magic" that is done by the k8 agent? Or is i...
one year ago
0 Votes
1 Answers
356 Views
0 Votes 1 Answers 356 Views
Also is this the image that is used for experiments? https://github.com/allegroai/clearml-helm-charts/blob/main/charts/clearml-agent/values.yaml#L38-L39
one year ago
0 Votes
30 Answers
375 Views
0 Votes 30 Answers 375 Views
When I do Dataset.get why does the SDK use clearml.storage - ERROR - Could not download http://files.clearml.myhost.com vs using what is defined on the agent...
one year ago
0 Votes
6 Answers
411 Views
0 Votes 6 Answers 411 Views
How do I create an experiment where I can set the github repository/branch name/script path like this example shows?
one year ago
0 Votes
13 Answers
380 Views
0 Votes 13 Answers 380 Views
apiserver: service: type: ClusterIP configuration: additionalConfigs: apiserver.conf: | auth { fixed_users { enabled: true pass_hashed: false users: [ { user...
one year ago
0 Votes
7 Answers
366 Views
0 Votes 7 Answers 366 Views
Is there any additional configuration needed for PYTHONPATH to be setup properly in the clearml agent? I'm getting python import errors from the root directo...
one year ago
0 Votes
4 Answers
366 Views
0 Votes 4 Answers 366 Views
one year ago
0 Votes
30 Answers
393 Views
0 Votes 30 Answers 393 Views
In order for a new worker to come online in my k8 cluster, do I need to have an EC2 startup script init the agent/config, and then start the daemon? Do I hav...
one year ago
0 Votes
7 Answers
393 Views
0 Votes 7 Answers 393 Views
Was there any changes to clearML python SDK in the past 24 hours?
one year ago
0 Votes
2 Answers
359 Views
0 Votes 2 Answers 359 Views
If I leave WORKING DIRECTORY empty in the experiment configuration (in the UI), will that use the git project root by default?
one year ago
0 Votes
15 Answers
376 Views
0 Votes 15 Answers 376 Views
Hey all, I'm testing the usage of SETUP SHELL SCRIPT in the experiment window. I added a simple command but did not see it in the console. The task did execu...
one year ago
0 Votes
10 Answers
373 Views
0 Votes 10 Answers 373 Views
Is there any examples of mounting an AWS EFS mount to a self hosted k8 agent deploy? https://github.com/allegroai/clearml-helm-charts/blob/main/charts/clearm...
one year ago
0 Votes
30 Answers
414 Views
0 Votes 30 Answers 414 Views
When I run an experiment (self hosted), I only see scalars for GPU and System performance. How do I see additional scalars? I have "tensorboard": { "enabled"...
one year ago
0 Votes
8 Answers
405 Views
0 Votes 8 Answers 405 Views
When I run clearml-data close on an 84mb file, I get the following response 413 Request Entity Too Large 413 Request Entity Too Large nginxYet the file is st...
one year ago
0 Votes
3 Answers
365 Views
0 Votes 3 Answers 365 Views
In my git repo, I have a setup.py , how would I run pip install -e . rather than using --packages or --requirements
one year ago
0 Votes
18 Answers
407 Views
0 Votes 18 Answers 407 Views
I'm new to using datasets, if my git project root is myProject and I expect file.json to be at the root level, how do I accomplish this?
one year ago
0 Votes
2 Answers
378 Views
0 Votes 2 Answers 378 Views
Where I can change this host name using the helm charts? I got this error when my task is fetching a dataset. 2022-09-23 15:09:45,318 - clearml.storage - ERR...
one year ago
0 Votes
1 Answers
354 Views
0 Votes 1 Answers 354 Views
In a nutshell, what do I need for the clearML agent to scale EC2 nodes in the k8 cluster, in terms of helm configuration? I assume AWS credentials, is there ...
one year ago
0 Votes
30 Answers
484 Views
0 Votes 30 Answers 484 Views
Why am I getting a 403 from file server when the k8 glue agent is initializing ?
one year ago
0 Votes
14 Answers
462 Views
0 Votes 14 Answers 462 Views
Does ClearML have the ability to run a single experiment across multiple nodes/GPUs in a k8 cluster?
one year ago
0 Votes
16 Answers
373 Views
0 Votes 16 Answers 373 Views
When I try to create experiment in the UI all I see is this dialogue
one year ago
0 Votes
30 Answers
401 Views
0 Votes 30 Answers 401 Views
I'm trying to configure the glue agent to use AWS ECR via helm charts. Below is my configuration. It is not pulling the image though, it is failing with K8S ...
one year ago
0 Votes
2 Answers
485 Views
0 Votes 2 Answers 485 Views
If I have an AWS key/secret for an IAM user, what is the best way to pass in these credentials so the task docker container has credentials generated for usa...
one year ago
0 Votes
14 Answers
389 Views
0 Votes 14 Answers 389 Views
Hey all, is there any reason the python sdk clearml would cause subprocess issues? I'm calling returncode = Popen(cmd).wait() and getting File "/usr/lib64/py...
one year ago
0 Votes
17 Answers
395 Views
0 Votes 17 Answers 395 Views
or is it just the ubuntu official image https://github.com/allegroai/clearml-helm-charts/blob/main/charts/clearml-agent/values.yaml#L59
one year ago
0 When I Run An Experiment (Self Hosted), I Only See Scalars For Gpu And System Performance. How Do I See Additional Scalars? I Have

when I did Task.init() in train.py the CLI arguments needed for main.py don't get captured and the script fails right away. Note this is running --skip-task-init since train.py has Task.init()

one year ago
0 When I Run An Experiment (Self Hosted), I Only See Scalars For Gpu And System Performance. How Do I See Additional Scalars? I Have

So in summary: subprocess calls appear to break clearML tracking, even if I do Task.init() in both main.py and train.py. However the script does run end to end successfully. If I remove the subprocess calls, I only need Task.init() in main.py for everything to work (scalars, reporting, etc).

one year ago
0 When I Run An Experiment (Self Hosted), I Only See Scalars For Gpu And System Performance. How Do I See Additional Scalars? I Have

Yea I did similar. I think the crux of the issue is the subprocess calls I removed.

one year ago
0 When I Run An Experiment (Self Hosted), I Only See Scalars For Gpu And System Performance. How Do I See Additional Scalars? I Have

If I do both everything works, except then I lose clearML tracking (scalars, outputs, etc)

one year ago
0 When I Run An Experiment (Self Hosted), I Only See Scalars For Gpu And System Performance. How Do I See Additional Scalars? I Have

AgitatedDove14 SmugDolphin23 Would the following subprocess calls break the auto connect to frameworks like tensorboard?
` exe = f"sfi/imagery/models/{strategy_pipeline}/train.py"
cmd = ["/home/npuser/.clearml/venvs-builds/3.7/bin/python", exe, train_config_path]
if training_run_id:
cmd += ["--training-run", str(training_run_id)]

logging.info("Training classifier with command:\n%s", " ".join(cmd))

returncode = subprocess.Popen(cmd).wait() `Note  ` /home/npuser...
one year ago
0 When I Run An Experiment (Self Hosted), I Only See Scalars For Gpu And System Performance. How Do I See Additional Scalars? I Have

Its a legacy code base. There was issues around the memory not being cleared in the GPU when subprocesses were not used. At this point I refactored out the subprocess as it just adds more complexity.

one year ago
0 When My Remote Task Is Installing The Python Dependencies

` PYTHONPATH: /home/npuser/.clearml/venvs-builds/3.7/task_repository/commons-imagery-models-py/sfi:/home/npuser/.clearml/venvs-builds/3.7/task_repository/commons-imagery-models-py:/home/npuser/.clearml/venvs-builds/3.7/task_repository/commons-imagery-models-py/sfi/imagery/models/training::/home/npuser/.clearml/venvs-builds/3.7/task_repository/commons-imagery-models-py/sfi:/usr/lib64/python37.zip:/usr/lib64/python3.7:/usr/lib64/python3.7/lib-dynload:/home/npuser/.clearml/venvs-builds/3.7/lib6...

one year ago
0 When My Remote Task Is Installing The Python Dependencies

yea IDK, the git repo is a python library. Is it possible to run something like pip install -e . so I can utilize the setup.py?

one year ago
0 When My Remote Task Is Installing The Python Dependencies

Yea I've done that already but I can do it again

one year ago
0 When My Remote Task Is Installing The Python Dependencies

` SysPath: ['/home/npuser/.clearml/venvs-builds/3.7/task_repository/commons-imagery-models-py/sfi/imagery/models/training', '/home/npuser/.clearml/venvs-builds/3.7/task_repository/commons-imagery-models-py/sfi', '/home/npuser/.clearml/venvs-builds/3.7/task_repository/commons-imagery-models-py', '/usr/lib64/python37.zip', '/usr/lib64/python3.7', '/usr/lib64/python3.7/lib-dynload', '/home/npuser/.clearml/venvs-builds/3.7/lib64/python3.7/site-packages', '/home/npuser/.clearml/venvs-builds/3.7/l...

one year ago
0 When My Remote Task Is Installing The Python Dependencies

Seems like it has everything I would need

one year ago
0 When My Remote Task Is Installing The Python Dependencies

If you look lower, it is there '/home/npuser/.clearml/venvs-builds/3.7/task_repository/commons-imagery-models-py'

one year ago
0 When My Remote Task Is Installing The Python Dependencies

it has sfi suffix and regular root

one year ago
one year ago
0 When My Remote Task Is Installing The Python Dependencies

For instance, In my repo, I have a setup.py, how would I run pip install -e .

one year ago
0 When My Remote Task Is Installing The Python Dependencies

When I run from sfi.imagery import models. It works fine local. So the repo is setup for proper imports. But fails in clearML tasks

one year ago
0 When My Remote Task Is Installing The Python Dependencies

note /home/npuser/.clearml/venvs-builds/3.7/task_repository/commons-imagery-models-py is the correct path

one year ago
0 When My Remote Task Is Installing The Python Dependencies

When I run this line locally, it works fine
from sfi.imagery.models.chip_classifier.eval import eval_chip_classifier

one year ago
0 When My Remote Task Is Installing The Python Dependencies

Not yet AgitatedDove14 Perhaps we can pair on this Monday.

one year ago
0 When My Remote Task Is Installing The Python Dependencies

I was hoping to use docker_bash_setup_script but it didn't work when I ran pip install -e . in the respective script

one year ago
0 If I Leave

okay great thanks

one year ago
0 Why Am I Getting A 403 From File Server When The K8 Glue Agent Is Initializing ?

I used the values from the dashboard/configuration/api keys

one year ago
Show more results compactanswers