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
DeliciousKoala34
Moderator
5 Questions, 27 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

25 × Eureka!
0 Votes
4 Answers
574 Views
0 Votes 4 Answers 574 Views
Hello! I have a problem: ValueError: Could not download dataset whaen getting local copy. The dataset was uploaded on a /mnt share. The thing is that when tr...
one year ago
0 Votes
5 Answers
574 Views
0 Votes 5 Answers 574 Views
Hello! When running this code: task = clearml.Task.init(project_name='test-proj', task_name='test') out_model = clearml.OutputModel(task=task, framework='PyT...
one year ago
0 Votes
16 Answers
583 Views
0 Votes 16 Answers 583 Views
Hello! I have a dataset on a /mnt share. When I try to get a local copy, the dataset on the share is deleted. Is this correct behaviour? This is how I get th...
one year ago
0 Votes
17 Answers
572 Views
0 Votes 17 Answers 572 Views
Hello, when running a task with a remote interpreter i get clearml.Task - INFO - No repository found, storing script code instead . I am using Pycharm and i ...
one year ago
0 Votes
7 Answers
603 Views
0 Votes 7 Answers 603 Views
Hello, has anyone know any solutions to this? ImportError: cannot import name '_get_cpp_backtrace' from 'torch._C' (/root/.clearml/venvs-builds/3.8/lib/pytho...
one year ago
0 Hello! I Have A Problem:

No, the samll test dataset has only 32MB. I created the dataset by using Dataset.create(...) datasset.add_files(...) and then dataset.finalize() . I unfortunately dont have s3. I poked around in the saved data on the share and it seems that for some reaseon folders 'data' to 'data_11' have their contents deleted. Whats even weirder is that they were deleted right at the time when i first tried to get a mutable copy today, the other folders are untouched since monday when i cr...

one year ago
0 Hello! I Have A Problem:

It happened again. get_local_copy() worked as expected, but then when I tried:
.get_mutable_local_copy(local_data_path, overwrite=True, raise_on_error=False)contents of evry 'data' folder on the share were deleted and the same error was displayed.

one year ago
0 Hello! When Running This Code:

Hi. Sorry for the very late reply. I just tried and yes it works. Thanks for the help!

one year ago
0 Hello! I Have A Problem:

Are datasets of size 90GB considered HyperDatasets?

one year ago
0 Hello! When Running This Code:

Unfortunately, the same issue

one year ago
one year ago
one year ago
0 Hello! I Have A Dataset On A /Mnt Share. When I Try To Get A Local Copy, The Dataset On The Share Is Deleted. Is This Correct Behaviour? This Is How I Get The Dataset:

The dataset is downloaded to my local clearml cache. But specifically all of the contents of the data folders, under artifacts folder are removed. The state folder is not affected.

one year ago
0 Hello! I Have A Dataset On A /Mnt Share. When I Try To Get A Local Copy, The Dataset On The Share Is Deleted. Is This Correct Behaviour? This Is How I Get The Dataset:

sorry, should have specified better
full path: /mnt/machine_learning/datasets/my-project/.datasets/cool-dataset/cool-dataset.7873a3b0764145f086a2af139c5f1fc9/artifacts

one year ago
0 Hello, Has Anyone Know Any Solutions To This?

Hi, I changed it to 1.13.0, but it still threw the same error. In the end I just changed to a bullseye container instead(since the nvidia container is not a must have), and it works now, but for some reason it doesnt auto detect all of my packages so I had to explicitly add them. But yeah, thanks for the help, I should have dug a bit deeper on my issue.

one year ago
one year ago
0 Hello, When Running A Task With A Remote Interpreter I Get

AgitatedDove14 Hi, yeah for some reason it isnt working. I should have specified that I am running a remote interpreter in docker on my machine. For now I fixed it by manually adding the code repository as a env variable in the Dockerfile.

one year ago
0 Hello, When Running A Task With A Remote Interpreter I Get

AgitatedDove14 Hi, sorry for the late reply, this is the output:

one year ago
0 Hello, When Running A Task With A Remote Interpreter I Get

[('CLEARML_API_SECRET_KEY', 'my_secret_key'), ('CLEARML_FILES_HOST', ' '), ('CLEARML_WEB_HOST', ' '), ('CLEARML_API_ACCESS_KEY', 'VOQ1JYD64MYMH1O76A0L'), ('CLEARML_API_HOST', ' ')]

one year ago
0 Hello, When Running A Task With A Remote Interpreter I Get

AgitatedDove14 , I am using Ubuntu 20.04. git is recognized in shell and also I use pycharm git UI sometimes and it works there.

one year ago
0 Hello, When Running A Task With A Remote Interpreter I Get

Yes this is with the latest plugin, and I can confirm that I have not checked that.

one year ago
0 Hello, When Running A Task With A Remote Interpreter I Get

Maybe this should look differently?:

one year ago
0 Hello, When Running A Task With A Remote Interpreter I Get

AgitatedDove14 Hi, thanks for the update, I switched to the new version, because I am using PyCharm 2022, but still it isnt working. In the UI I found that the plugin is using the keys, but the repository is not found. The repo is in GitLab. The base docker image is http://nvcr.io/nvidia/pytorch:22.09-py3 . What could be wrong?

one year ago
one year ago