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
ReassuredTiger98
Moderator
95 Questions, 639 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

606 × Eureka!
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
2 years ago
0 Votes
10 Answers
970 Views
0 Votes 10 Answers 970 Views
Is there a reason clearml will use the demo server when there is no ~/clearml.conf ? In my opinion this really has to be changed to throw an error instead. I...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi again, from the API-Server logs Serving Flask app 'server' (lazy loading) * Environment: production WARNING: This is a development server. Do not use it i...
2 years ago
0 Votes
16 Answers
1K Views
0 Votes 16 Answers 1K Views
Btw: There seems to be no support for videos in tensorboard/experiment view (e.g. https://tensorboardx.readthedocs.io/en/latest/tensorboard.html#tensorboardX...
3 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
Hi again 🙂 Is there some documentation on what is actually "secured" via authentication in the self-hosted version? The fileservers for example seems to be ...
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
one year ago
0 Votes
14 Answers
1K Views
0 Votes 14 Answers 1K Views
2 years ago
0 Votes
2 Answers
954 Views
0 Votes 2 Answers 954 Views
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
2 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Anyone here with any idea why my service tasks get aborted when going to sleep?
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Also is there a way to just run a Dockerfile? So for example my project includes a Dockerfile in the top-level dir. When sending to the agent I would like it...
3 years ago
0 Votes
3 Answers
978 Views
0 Votes 3 Answers 978 Views
When an environment variable is tracked via TRAINS_LOG_ENVIRONMENT="MYENVVAR" will it then be used by the clearml-agent? My env variable is tracked in the GU...
3 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Quick question: Is it possible to see who aborted a task?
2 years ago
0 Votes
2 Answers
945 Views
0 Votes 2 Answers 945 Views
one year ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
2 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Is there some is_executed_remotely function in clearml?
3 years ago
0 Votes
28 Answers
1K Views
0 Votes 28 Answers 1K Views
Hi everyone, I am having problems getting PyTorch Nightly (for torch 2.0 preview) to run on clearml-agent. Here is my log. Maybe someone sees what the issue ...
2 years ago
0 Votes
2 Answers
989 Views
0 Votes 2 Answers 989 Views
Anyone else experiencing that tasks that fail are not shown as "failed", but instead keep on running and hogging the clearml-agent?
3 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Hello everyone, quick question: How can I specify that I want to run my task with python -O flag remotely?
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
I just found out that I have a lot of data in /opt/clearml/fileserver for tasks that I already have deleted. No artifacts are displayed in the WebUI. Anyway ...
2 years ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K Views
Hello everyone, I have a question about clearml-agent + ssh. I have valid ssh credentials in ~/.ssh but no .ssh/known_hosts yet. My clearml-agent fails to ex...
3 years ago
0 Votes
2 Answers
841 Views
0 Votes 2 Answers 841 Views
Hey guys 🙂 I am wondering what is the best way to make a clearml-server deployment robust? E.g. let's say my server may become unavailable because of a hard...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Is it possible to create clearml-agents with different (compute-) abilities? Possible use cases: Experiments that need more than 12GB of VRAM should only run...
3 years ago
0 Votes
26 Answers
1K Views
0 Votes 26 Answers 1K Views
Hi everyone, is it possible to show the upload progress of artificats? E.g. I use torch.save to store some very large model, so it hangs forever when it uplo...
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
I cannot get clearml-agent with docker containers to work. clearml uses docker run -v /home/.ssh:/root/.ssh to mount the ssh profile into the container. Howe...
3 years ago
0 Votes
3 Answers
996 Views
0 Votes 3 Answers 996 Views
What does agent.package_manager.type actually do? I am wondering what happens, if my project uses a package that is only available either on pip or with cond...
3 years ago
0 Votes
4 Answers
991 Views
0 Votes 4 Answers 991 Views
3 years ago
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K Views
Is there a reason why all clearml.Task methods regarding requirements (e.g. pip requirements) are class methods? Are requirements not stored in a task?
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
I finally got the cleanup_service.py to run. However, now I get errors when trying to load scalars. This is what I found in the logs [ERROR] [clearml.service...
3 years ago
Show more results questions
3 years ago
0 I Am Trying Pytorch Nightly Again With Python 3.10. Works Fine Locally, But Fails On Clearml-Agent In Docker Mode.

Thanks for researching this issue. If you have time, you can create the issue since you are way more knowledgeable, but I can also open it if you do not have time 🙂

one year ago
0 I Finally Got The Cleanup_Service.Py To Run. However, Now I Get Errors When Trying To Load Scalars. This Is What I Found In The Logs

Hard to answer now. I just wiped everything and reinstalled. If I encounter this problem again, I will investigate further.

3 years ago
0 Hello! Since Today I Get
name: core
channels:
  - pytorch
  - anaconda
  - conda-forge
  - defaults
dependencies:
  - _libgcc_mutex=0.1
  - _openmp_mutex=4.5
  - blas=1.0
  - bzip2=1.0.8
  - ca-certificates=2020.10.14
  - certifi=2020.6.20
  - cloudpickle=1.6.0
  - cudatoolkit=11.1.1
  - cycler=0.10.0
  - cytoolz=0.11.0
  - dask-core=2021.2.0
  - decorator=4.4.2
  - ffmpeg=4.3
  - freetype=2.10.4
  - gmp=6.2.1
  - gnutls=3.6.13
  - imageio=2.9.0
  - jpeg=9b
  - kiwisolver=1.3.1
  - lame=3.100
  - lcms2=2.11
  -...
3 years ago
0 It Seems Like Clearml Agent Does Not Support Arparse Subparsers, Right?

` args = parser.parse_args()
print(args) # args PRINTED HERE ON LOCAL

command = args.command
enqueue = args.enqueue
track_remote = args.track_remote
preset_name = args.preset
type_name = args.type
environment_name = args.environment
nvidia_docker = args.nvidia_docker

# Initialize ClearML Task
task = (
    Task.init(
        project_name="reinforcement-learning/" + type_name,
        task_name=args.name or preset_name,
        tags=...
3 years ago
0 It Seems Like Clearml Agent Does Not Support Arparse Subparsers, Right?

Good, at least now I know it is not a user-error 😄

3 years ago
0 It Seems Like Clearml Agent Does Not Support Arparse Subparsers, Right?

So missing args that are not specified are not None like intended, but just do not exists in args . And command is a list instead of a single str.

3 years ago
0 It Seems Like Clearml Agent Does Not Support Arparse Subparsers, Right?

If you compare the two outputs it put at the top of this thread, the one being the output if executed locally and the other one being the output if executed remotely, it seems like command is different and wrong on remote.

3 years ago
0 It Seems Like Clearml Agent Does Not Support Arparse Subparsers, Right?

Args is similar to what is shown in print(args) when executed remotely.

3 years ago
0 It Seems Like Clearml Agent Does Not Support Arparse Subparsers, Right?

And in the WebUI I can see arguments similar to the second print statement's.

3 years ago
0 Hi, Although

Ok. I just wanted to make sure I have configured my agent properly. Just want to make sure I have to set it on all agents.

3 years ago
0 Hi, Although

So I have to specify it on every clearml-agent in the respective clearml.conf?

3 years ago
0 I Finally Got The Cleanup_Service.Py To Run. However, Now I Get Errors When Trying To Load Scalars. This Is What I Found In The Logs

I have no idea whether it is a user error or because of the clearml-server update...

3 years ago
0 I Finally Got The Cleanup_Service.Py To Run. However, Now I Get Errors When Trying To Load Scalars. This Is What I Found In The Logs

In the WebUI it just shows that an error happened after the loading bar has been running for a while.
I tried to delete the same tasks again and this time, it instantly confirmed deletion and the tasks are gone.

3 years ago
0 I Have A Self-Hosted Clearm-Server And And Clearml-Agent Started With

Seems possible because I didn't know I had to specify an entrypoint somewhere. I will do some additional tests.

3 years ago
0 Hello Everyone, I Have A Question About Clearml-Agent + Ssh. I Have Valid Ssh Credentials In

Okay, thanks for the info! I am currently not using k8s, but may be good to know for the future.

3 years ago
0 I Am Trying Pytorch Nightly Again With Python 3.10. Works Fine Locally, But Fails On Clearml-Agent In Docker Mode.

I installed as told on pytorch.org : pip3 install --pre torch torchvision torchaudio --index-url None

one year ago
0 Hi, Although

For me this does not work (at least with nested tqdm bars, did not try single ones yet).

3 years ago
Show more results compactanswers