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

Reputation

0

Badges 1

27 × Eureka!
0 Votes
12 Answers
778 Views
0 Votes 12 Answers 778 Views
Hi, I'm trying to upload data to clearml parallelly. Is it impossible to use dataset.upload() for one target dataset at the same time using several python cl...
2 years ago
0 Votes
2 Answers
711 Views
0 Votes 2 Answers 711 Views
Is there any problem with the website? https://clear.ml/
2 years ago
0 Votes
25 Answers
789 Views
0 Votes 25 Answers 789 Views
Hi, I'm trying to deploy clearml server to my local ubuntu. Every process works fine but when I'm trying to access to clearml-fileserver (by clearml-data cre...
2 years ago
0 Votes
12 Answers
828 Views
0 Votes 12 Answers 828 Views
I have a question about remote dataset get/download. (Server A)Deploy clearml server. (Server B)Execute clearml-init and set api credentials from server A's ...
2 years ago
0 Votes
11 Answers
788 Views
0 Votes 11 Answers 788 Views
2 years ago
0 Hi, I'M Trying To Deploy Clearml Server To My Local Ubuntu. Every Process Works Fine But When I'M Trying To Access To Clearml-Fileserver (By

I'm using ubuntu 18.04, and docker command was docker-compose -f /opt/clearml/docker-compose.yml up -d as described at docs.

2 years ago
0 Looks Like The Website Is Down. When I Try To Create Task, I Get The Following Error

TimelyPenguin76 I think http://clear.ml webserver is down. I can't access webserver nor clearml API

2 years ago
0 Looks Like The Website Is Down. When I Try To Create Task, I Get The Following Error

TimelyPenguin76 It's working now. Thx for your support.

2 years ago
0 Hi, I'M Trying To Deploy Clearml Server To My Local Ubuntu. Every Process Works Fine But When I'M Trying To Access To Clearml-Fileserver (By

The weird thing is after I run clearml-data create ... , I can check the project and dataset are created in draft mode withCLI spit out error above

2 years ago
2 years ago
0 Hi, I'M Trying To Deploy Clearml Server To My Local Ubuntu. Every Process Works Fine But When I'M Trying To Access To Clearml-Fileserver (By

Error: Insufficient permissions for //:8081/files_server: http://localhost:8081 This is my whole output.
BTW, Is there a possibility this problem have related to access permission of /opt/clearml folder?

2 years ago
0 Hi, I'M Trying To Deploy Clearml Server To My Local Ubuntu. Every Process Works Fine But When I'M Trying To Access To Clearml-Fileserver (By

I changed my directory to clearml-data installed and just run the same command with sudo ./clearml-data and it works

2 years ago
0 Hi, I'M Trying To Upload Data To Clearml Parallelly. Is It Impossible To Use

Even I uploaded files name with 001 to 010, only 004, 005, 010 exist on fileserver.

2 years ago
0 Hi, I'M Trying To Deploy Clearml Server To My Local Ubuntu. Every Process Works Fine But When I'M Trying To Access To Clearml-Fileserver (By

I just use clearml-init command and paste api key from localhost webserver like below. Is it normal that there's no files_server key in api dict?
api { web_server: api_server: credentials { "access_key" = "my key" "secret_key" = "my key" } }

2 years ago
2 years ago
0 Hi, I'M Trying To Upload Data To Clearml Parallelly. Is It Impossible To Use

CostlyOstrich36

I'm taking a look if it's possible

Thank you for response. Dataset.squash works fine. But squash function squash after download all datasets, so I think it's not proper to me cuz dataset size is huge. I'll try upload at once. BTW, is this a bug? or I did something wrong?
AbruptCow41 Yes, it's possible to do so, but I wanted to upload parallelly if I can and I'm wonder it's a kind of bug.

2 years ago
0 Hi, I'M Trying To Deploy Clearml Server To My Local Ubuntu. Every Process Works Fine But When I'M Trying To Access To Clearml-Fileserver (By

Name: clearml Version: 1.1.6 Summary: ClearML - Auto-Magical Experiment Manager, Version Control, and MLOps for AI Home-page: Author: Allegroai Author-email: clearml@allegro.ai License: Apache License 2.0 Location: /home/junpyo/.conda/envs/minikube/lib/python3.8/site-packages Requires: psutil, numpy, jsonschema, requests, urllib3, PyYAML, python-dateutil, future, attrs, pathlib2, Pillow, furl, pyjwt, six, pyparsing Required-by:

2 years ago
0 Hi, I'M Trying To Upload Data To Clearml Parallelly. Is It Impossible To Use

I'm not sure about how airflow workers run. What I trying to do is upload "different files" to "one clearrml-dataset" in parallel. My dag looks like below, each task from "transform_group " execute clearml-related dataset tasks. Sorry for my bad explanation

2 years ago
0 I Have A Question About Remote Dataset Get/Download.

SuccessfulKoala55 created file run after clearml-init on cli

2 years ago
2 years ago
0 I Have A Question About Remote Dataset Get/Download.

SuccessfulKoala55

The dataset file URL is set on upload and stored on the server

This might be a reason. I think server IP in machine A is set to "localhost:port"
Then, after I change IP "localhost" to "<server IP>" in server A and re upload Dataset, Is it accessible remotely?

2 years ago
0 I Have A Question About Remote Dataset Get/Download.

` >>> d = Dataset.get(dataset_name="Anonymous task (user@beryl 2022-03-23 04:05:19)", dataset_project="test_project").get_local
_copy()
Retrying (Retry(total=2, connect=2, read=5, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c23e4b490>: Failed to establish a new connection: [Errno 111] Connection refused')': /test_project/Anonymous%20task%20%28user%2540beryl%202022-03-23%2004%253A05%253A19%29.c05641c2e1c74389b471fb...

2 years ago
Show more results compactanswers