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
HugePelican43
Moderator
8 Questions, 38 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

36 × Eureka!
0 Votes
1 Answers
47 Views
0 Votes 1 Answers 47 Views
@<1523701087100473344:profile|SuccessfulKoala55> Hi, I wonder is there any way to deploy the server locally without using VM like docker or k8s?
2 years ago
0 Votes
16 Answers
571 Views
0 Votes 16 Answers 571 Views
hi can you help me debug this from clearml-data?
2 years ago
0 Votes
30 Answers
580 Views
0 Votes 30 Answers 580 Views
therefore i'm not about to do clearml-init verification. 😢
2 years ago
0 Votes
0 Answers
579 Views
0 Votes 0 Answers 579 Views
I am able to access web_server and files_server
2 years ago
0 Votes
0 Answers
547 Views
0 Votes 0 Answers 547 Views
hi guys, I'm deploying on-premise server
2 years ago
0 Votes
0 Answers
579 Views
0 Votes 0 Answers 579 Views
but not api_server on port 8008.
2 years ago
0 Votes
8 Answers
558 Views
0 Votes 8 Answers 558 Views
my agent is not fully utilized. I wonder anyhow I could run multi-Task on a same agent without queuing?
3 years ago
0 Votes
8 Answers
664 Views
0 Votes 8 Answers 664 Views
Hello all, I am using community server and I could not find Feature store on my UI. Any configuration to make it appear? Thanks
3 years ago
0 Hello All, I Am Using Community Server And I Could Not Find Feature Store On My Ui. Any Configuration To Make It Appear? Thanks

GrumpyPenguin23 thanks for clarifying 😄 I must say the message on pricing page is so confusing. But I got what you meant now 😄

3 years ago
0 Therefore I'M Not About To Do Clearml-Init Verification.

humhh I will ask the server admin

2 years ago
0 Therefore I'M Not About To Do Clearml-Init Verification.

"NetworkSettings": {
"Bridge": "",
"SandboxID": "xx",
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"Ports": {
"8008/tcp": [
{
"HostIp": "0.0.0.0",
"HostPort": "8008"
}
],
` "808...

2 years ago
0 Therefore I'M Not About To Do Clearml-Init Verification.

I also run netstat inside the container:
netstat -an | grep LISTEN | grep 8008
tcp 0 0 0.0.0.0:8008 0.0.0.0:* LISTEN

2 years ago
0 Therefore I'M Not About To Do Clearml-Init Verification.

thank you so much for your effort

2 years ago
0 Therefore I'M Not About To Do Clearml-Init Verification.

do you think it happened because of container firewall?

2 years ago
0 Therefore I'M Not About To Do Clearml-Init Verification.

here is my network return after docker inspect

2 years ago
0 Therefore I'M Not About To Do Clearml-Init Verification.

curl inside clearml-apiserver works just fine 😄

2 years ago
0 Therefore I'M Not About To Do Clearml-Init Verification.

What am I supposed to set CLEARML_HOST_IP value?

2 years ago
0 My Agent Is Not Fully Utilized. I Wonder Anyhow I Could Run Multi-Task On A Same Agent Without Queuing?

I was running a task, then I clone it. I queued the second one and it is pending till now.

does it mean I have low mem allocated for docker container?

3 years ago
0 My Agent Is Not Fully Utilized. I Wonder Anyhow I Could Run Multi-Task On A Same Agent Without Queuing?

I have a single gpu to serve as an agent. Currently running a task on that gpu. Can I run another task on that same GPU?

3 years ago
0 Hi Can You Help Me Debug This From Clearml-Data?

host: "localhost:9000"
key: "minioadmin"
secret: "minioadmin"

2 years ago
0 Hi Can You Help Me Debug This From Clearml-Data?

host: "localhost:9000"key: "minioadmin"
                    secret: "minioadmin"

2 years ago
0 Hi Can You Help Me Debug This From Clearml-Data?

how should I config s3 in clearml.cfg?

2 years ago
0 Hi Can You Help Me Debug This From Clearml-Data?

I already set s3 config 😞

2 years ago
0 Hi Can You Help Me Debug This From Clearml-Data?

clearml-data close --id 1134b2601acc470698232f7f6610cd9c --storage s3://localhost:9000/minio/test
clearml-data - Dataset Management & Versioning CLI
Finalizing dataset id 1134b2601acc470698232f7f6610cd9c
Pending uploads, starting dataset upload to s3://localhost:9000/minio/test
2021-05-14 00:33:57,017 - clearml.storage - ERROR - Failed uploading: SSL validation failed for https://localhost:9000/minio/test/.clearml.test ` [SSL: WRONG_VERSION_NUMBER] wrong versio...

2 years ago
0 Hi Can You Help Me Debug This From Clearml-Data?

clearml-data close --id 1134b2601acc470698232f7f6610cd9c --storage s3://localhost:9000/minio/test

2 years ago
0 Hi Can You Help Me Debug This From Clearml-Data?

humhhh idk SuccessfulKoala55 I just give this to the terminal

2 years ago
0 Therefore I'M Not About To Do Clearml-Init Verification.

yeah from the host curl return curl: (56) Recv failure: Connection reset by peer.

2 years ago
0 Therefore I'M Not About To Do Clearml-Init Verification.

I believe host address of apiserver is not set to 0.0.0.0

2 years ago
0 Therefore I'M Not About To Do Clearml-Init Verification.

I think because clearml-apiserver is binded to 127.0.0.1 inside docker container instead of 0.0.0.0

2 years ago
Show more results compactanswers