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
FunnyTurkey96
Moderator
4 Questions, 28 Answers
  Active since 10 January 2023
  Last activity 20 days ago

Reputation

0

Badges 1

28 × Eureka!
0 Votes
3 Answers
552 Views
0 Votes 3 Answers 552 Views
2 years ago
0 Votes
14 Answers
599 Views
0 Votes 14 Answers 599 Views
Hi! Trying to run the following very basic code. The first few parts works as they should: connecting the configuraiton first reporting of scalars reporting ...
2 years ago
0 Votes
26 Answers
541 Views
0 Votes 26 Answers 541 Views
Trying to compare experiments w.r.t. some input hyper-parameters (on an on-prem server). When selecting any additional hyper-parameter to show on the table, ...
2 years ago
0 Votes
9 Answers
711 Views
0 Votes 9 Answers 711 Views
Hi! trying to create a dataset (we’re running it on an on-prem clearml server), I run the following command: clearml-data add --files data_20210613/and get t...
2 years ago
0 Hi! Trying To Run The Following Very Basic Code. The First Few Parts Works As They Should:

seems like. I’m working with git only locally, with remote machine where the code actually runs (you know this pycharm pro remote). So for git integration I had to reproduce the git on the remote machine. and since it’s not updated regularly, the git diffs are large…

Do you have a better solution for the git integration for the way I work?

2 years ago
0 Hi! Trying To Run The Following Very Basic Code. The First Few Parts Works As They Should:

It seems to be stuck in the following step:
` $ python eraseme.py

ClearML Task: created new task id=fa3db29498f241a19de81b75f787887e
ClearML results page:
======> WARNING! Git diff to large to store (1327kb), skipping uncommitted changes <======
2021-07-11 19:17:31,351 - clearml.Task - INFO - Waiting for repository detection and full package requirement analysis
ClearML Monitor: GPU monitoring failed getting GPU reading, switching off GPU monitoring
2021-07-11 19:17:32,821 - clearml.Ta...

2 years ago
0 Hi! Trying To Run The Following Very Basic Code. The First Few Parts Works As They Should:

Well taking the file out of my git repo folder it seems to work perfectly. May it have something to do with the git integration and the uncommitted changes?

2 years ago
2 years ago
0 Trying To Compare Experiments W.R.T. Some Input Hyper-Parameters (On An On-Prem Server). When Selecting Any Additional Hyper-Parameter To Show On The Table, I Get The Following Error:

SuccessfulKoala55 , I sent everything that might help, since I don’t really know which could be most helpful…

Thx!

2 years ago
0 Hi! Trying To Create A Dataset (We’Re Running It On An On-Prem Clearml Server), I Run The Following Command:

Well, I couldn’t find where to add the output_uri .
I tried now the following:
` import clearml
local_path='<some-local-path>'
s3_path = 's3://<some-bucket-path>'

dataset = clearml.Dataset.create(dataset_project='project_name', dataset_name='trial_01')

dataset.add_files(path=local_path, dataset_path=s3_path) `but I don’t see the files on the s3 bucket.

I also tried this:
dataset.sync_folder(local_path=local_path, dataset_path=s3_path)and still no success. It seems like it uploadin...

2 years ago
0 Hi! Trying To Run The Following Very Basic Code. The First Few Parts Works As They Should:

And anyway, the git diffs are logged long before, and still the reporting doesn’t upload, and I don’t see why it should.

2 years ago
0 Hi! Trying To Run The Following Very Basic Code. The First Few Parts Works As They Should:

Thx! fixing the too-big-diff (due to a jupyter notebook) solved the issues.

2 years ago
0 Trying To Compare Experiments W.R.T. Some Input Hyper-Parameters (On An On-Prem Server). When Selecting Any Additional Hyper-Parameter To Show On The Table, I Get The Following Error:

response:
{"meta":{"id":"09e19b94a3c44b30b3a52fe89ee27fcf","trx":"09e19b94a3c44b30b3a52fe89ee27fcf","endpoint":{"name":"tasks.get_all_ex","requested_version":"2.13","actual_version":"1.0"},"result_code":400,"result_subcode":12,"result_msg":"Validation error (invalid task field): path=hyperparams.input.num_train_epochs.value","error_stack":null,"error_data":{}},"data":{}}

2 years ago
0 Trying To Compare Experiments W.R.T. Some Input Hyper-Parameters (On An On-Prem Server). When Selecting Any Additional Hyper-Parameter To Show On The Table, I Get The Following Error:

` {
"meta": {
"id": "09e19b94a3c44b30b3a52fe89ee27fcf",
"trx": "09e19b94a3c44b30b3a52fe89ee27fcf",
"endpoint": {
"name": "tasks.get_all_ex",
"requested_version": "2.13",
"actual_version": "1.0"
},
"result_code": 400,
"result_subcode": 12,
"result_msg": "Validation error (invalid task field): path=hyperparams.input.num_train_epochs.value",
"error_stack": null,
"error_data": {}
},...

2 years ago
0 Hi! Trying To Create A Dataset (We’Re Running It On An On-Prem Clearml Server), I Run The Following Command:

I want to upload the dataset into s3. is there a flag that tells it to do so?

2 years ago
0 Trying To Compare Experiments W.R.T. Some Input Hyper-Parameters (On An On-Prem Server). When Selecting Any Additional Hyper-Parameter To Show On The Table, I Get The Following Error:

request payload:
` {"id":[],"project":["6d3dc225d3e041768689bac6ea82573c"],"page":0,"page_size":15,"order_by":["-last_update"],"type":["$not","annotation_manual","$not","annotation","__$not","dataset_import"],"user":[],"system_tags":["-archived"],"tags":[],"include_subprojects":false,"only_fields":["system_tags","project","company","last_change","started","last_iteration","tags","user.name","type","name","status","project.name","last_update","parent.name","parent.project.id","parent.proje...

2 years ago