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
ColossalReindeer77
Moderator
10 Questions, 54 Answers
  Active since 18 August 2023
  Last activity one year ago

Reputation

0

Badges 1

52 × Eureka!
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K Views
Also, not sure where to ask this question. I am following the instructions from here: None After the instance is created I can log in with ssh but h ttp://:8...
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi good morning ☕ ️ I am running a torch experiment that runs correctly on an agent configured in pip mode. - when I change to poetry mode I get this error: ...
one year ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
Hello! does anyone know how to do HPO when your parameters are in a Hydra configuration file? What is the correct way to do this (e.g declare the params for ...
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi! I am wondering if there is a way to check which S3 is associated to which project once you have created them? I am looking at the mongo docker container ...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hello. I am creating a ClearML server instance using the pre-built AMI (AWS). Other than the 8GB memory recommended, is there any recommendation for volume s...
2 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
2 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Hello! I created a clearml.conf in my clearml server, then I added the S3 credentials under aws { s3 { region, key, secret } } and rebooted the server. Then,...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hello, I am testing my Hidra/OmegaConf with ClearML and I have a general question. Why is it necessary to indicate that I want to edit the configuration (set...
2 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Hi! I am setting up my first ClearML agent (EC2) connecting to my hosted ClearMLServer. I am at the step where I am granting the agent access to github. I am...
2 years ago
0 Also, Not Sure Where To Ask This Question. I Am Following The Instructions From Here:

so it looks like the server is there (docker ps), I can see the artifacts (web ui), but not sure where things are as per documentation there is no /mnt/fileserver (?)

2 years ago
0 Hello! I Created A

@<1523701087100473344:profile|SuccessfulKoala55> thanks so much for your reply. I can see now the source of my confusion:

After I finished deploying the server in AWS , the next step in that page is “ configuring ClearML for [ ClearM...

2 years ago
0 Hello! Does Anyone Know How To Do

so it’s not intuitive to me to try Hydra/params.batch_size I will try it nonetheless as you suggested.

2 years ago
0 Also, Not Sure Where To Ask This Question. I Am Following The Instructions From Here:

I just ran a dummy experiment logging images, plots, etc and I can see them in my server’s Web UI.

2 years ago
0 Hello! I Created A

interesting, where can I find more info? total noob here.

2 years ago
0 Also, Not Sure Where To Ask This Question. I Am Following The Instructions From Here:

Responding to my own question, in case someone else has the same issue. You have to edit the security group and enable TCP 8080.

I haven’t figure out the missing fileserver? :man-shrugging:

2 years ago
0 Also, Not Sure Where To Ask This Question. I Am Following The Instructions From Here:

3fdcf5db64d allegroai/clearml:1.12.1-397 “/opt/clearml/wrappe…” 10 days ago Up 9 minutes 8008/tcp, 8080/tcp, 0.0.0.0:8081->8081/tcp, :::8081->8081/tcp clearml-fileserver

2 years ago
2 years ago
0 Hello! Does Anyone Know How To Do

@<1523701205467926528:profile|AgitatedDove14> Got the overrides working with Hydra/params.batch_size thank you 🙏

2 years ago
0 Also, Not Sure Where To Ask This Question. I Am Following The Instructions From Here:

if that were the case it explains why I see /opt/clearml/data/fileserver but no /mnt/fileserver ….

2 years ago
0 Hello! Does Anyone Know How To Do

so if I want to refer to batch_size in my_hydra_config.yaml :

# dummy config file
trainer:
    params:
         batch_size: 32

do I pass this to the HyperParameterOptimizer as:

Hydra/trainer/params/batch_size ??

@<1523701205467926528:profile|AgitatedDove14> 👆 ? Thanks

2 years ago
0 Hello! Does Anyone Know How To Do

from this video tutorial None :
“…the name of the hyperparameter consist of the section is reported to followed by a slash then its name…”

So following that confuses me because I can’t see my Hydra parameters under Hyperparameters > Hydra
and this is why I thought, ok well, perhaps use OmegaConf/params.batch_size

Is this another opportunity to improve the documentation? Happy to help if so.

2 years ago
0 Also, Not Sure Where To Ask This Question. I Am Following The Instructions From Here:

Do you have any insights on the missing fileserver @<1523701205467926528:profile|AgitatedDove14> ?

2 years ago
0 Also, Not Sure Where To Ask This Question. I Am Following The Instructions From Here:

Thanks @<1523701205467926528:profile|AgitatedDove14> reading …

2 years ago
0 Also, Not Sure Where To Ask This Question. I Am Following The Instructions From Here:

What I am referring to is this information about the Storage Configuration:
None

2 years ago
0 Hello! I Created A

thanks!

2 years ago
2 years ago
0 Hello! Does Anyone Know How To Do

Thanks @<1523701205467926528:profile|AgitatedDove14> happy to PR on the docs 😉

2 years ago
0 Hello! Does Anyone Know How To Do

Will this work?

task.connect(OmegaConf.to_object(cfg))

assuming cfg is my Hydra dict

2 years ago
0 Also, Not Sure Where To Ask This Question. I Am Following The Instructions From Here:

I see this in the docker-compose.yml file:

 fileserver:
    networks:
      - backend
      - frontend
    command:
    - fileserver
    container_name: clearml-fileserver
    image: allegroai/clearml:1.12.1-397
    environment:
      CLEARML__fileserver__delete__allow_batch: "true"
    restart: unless-stopped
    volumes:
    - /opt/clearml/logs:/var/log/clearml
    - /opt/clearml/data/fileserver:/mnt/fileserver
    - /opt/clearml/config:/opt/clearml/config
    ports:
    - "8081:...
2 years ago
0 Hello! I Created A

for future reference: None

2 years ago
0 Hello! Does Anyone Know How To Do

Hey @<1523701205467926528:profile|AgitatedDove14> in the WebUI the hydra configuration object is under CONFIGURATION OBJECTS > OmegaConf

So should this be OmegaConf/trainer.batch_size ?

2 years ago
0 Hello! Does Anyone Know How To Do

Hi @<1523701205467926528:profile|AgitatedDove14> , I see _allow_omegaconf_edit_ under HYPERPARAMETERS > Hydra

2 years ago
0 Hi! I Am Setting Up My First Clearml Agent (Ec2) Connecting To My Hosted Clearmlserver. I Am At The Step Where I Am Granting The Agent Access To Github. I Am Using Ssh Authentication, So I:

Hi @<1523701087100473344:profile|SuccessfulKoala55> it’s failing again.. I haven’t rebooted the agent or changed anything and I am able to connect with ssh with ssh -vT git@github.com on a different tmux sess.

This is the error I am seeing running the agent with the -debug flag:

Using cached repository in "/home/ubuntu/.clearml/vcs-cache/clearml-tutorial.git.e1c2351b09f3d661b6f0dbf85e92be2e/clearml-tutorial.git"
git@github.com: Permission denied (pub...
2 years ago
Show more results compactanswers