Can my request be made as new feature so that we can tag same type of graphs under one main tag
Sure, open a Git Issue :)
I might have found it, tqdm is sending{ 1b 5b 41 } unicode arrow up?https://github.com/horovod/horovod/issues/2367
PungentLouse55 you can find the metrics in the "original" (aka base template) experiment.
is removed from the experiment list?
You mean archived ?
Yeah.. that should have worked ...
What's the exact error you are getting ?
Okay let me check if I can test on this git version.
Hi JitteryCoyote63
Do you have a specific example in mind ?
DefeatedOstrich93 can you verify lightning actually only stored once ?
Sen the full Task log, you can DM it if it is easier
We just don’t want to pollute the server when debugging.
Why not ?
you can always remove it later (with Task.delete) ?
So the thing is, regardless of the link you should end with:helper <clearml.storage.helper.StorageHelper object at 0x....>But the code that failed seemed to return None, which makes me suspect the url itself is somehow broken.
Any chance you have a space before the "s3://" ?
BTW : what's the clearml version you are using ?
did you run trains-agent ?
Hi @<1724960464275771392:profile|DepravedBee82>
After
Starting Task Execution:
It will literally start the process running your code,
Can you send the full log of the Task? what is the code doing? which system is running the agent (i.e. Windows/Mac/Linux docker etc)
Yey!
Out of curiosity, what's the workflow with snowflake?
I should manually copy it to the remote services agents?
The code itself needs to run somewhere, currently this has to be your machine, either you manually run the AWS autoscaler or an agents runs it for you. Make sense ?
Hi @<1689446563463565312:profile|SmallTurkey79>
App Credentials now disappear on restart.
You mean in the web UI?
BTW: there is still the bug with the env merging, correct ?
in
issues a delete command to the ClearML API server,...
almost, it issues the boto S3 delete commands (directly to the S3 server, not through the cleaml-server)
And that I need to enter an AWS key/secret in the profile page of the web app here? (edited)
correct
Ohh, yes, we need to map the correct clearml.conf, sorry, try (I fixed both clearml.conf mapping and ,ssh folder mapping):
` docker run -t --gpus "device=1" -e CLEARML_WORKER_ID=Gandalf:gpu1 -e CLEARML_DOCKER_IMAGE=nvidia/cuda:11.4.0-devel-ubuntu18.04 -v /home/dwhitena/.git-credentials:/root/.git-credentials -v /home/dwhitena/.gitconfig:/root/.gitconfig -v /home/dwhitena/clearml.conf:/root/clearml.conf -v /home/dwhitena/.ssh:/root/.ssh -v /home/dwhitena/.clearml/apt-cache.1:/var/cache/apt/arc...
this?ids = [t.id for t in top_task]
@<1523701066867150848:profile|JitteryCoyote63>
I just created a new venv and run
pip install "torch==1.11.0.*" --extra-index-url
Then started python:
import torch
torch.cuda.is_available()
And I get True
what are you getting?
I see it's a plotly plot, even though I report a matplotlib one
ClearML tries to convert matplotlib into plotly objects so they are interactive, it it fails it falls back into a static image as in matplotlib
(We should probably better state it in the GitHub readme)
on the host machine or inside the containers that are spinning on the host machine ?
Basically it gives it direct access to the host, this is why it is considered less safe (access on other levels as well, like network)
Notice there is no need to upgrade the server, only the ClearML python package