![Profile picture](https://clearml-web-assets.s3.amazonaws.com/scoold/avatars/AgitatedDove14.png)
Reputation
Badges 1
25 × Eureka!Can you post them, I think there is something there that prevents the update (i.e. pip related).
For example:packagename @ git+https:///....
Will be translated by pip to:
If packagename
is installed do nothing, if it is not installed use git+https://...
to install it
If nothing specific comes to mind i can try to create some reproducible demo code (after holiday vacation)
Yes please! π
In the mean time see if the workaround is a valid one
I don't have the compose file, or at least can't seem to find it inΒ
/opt
you can manually take down all dockers with:docker ps
then docker stop <container id>
for each container id
but maybe hyperparam aborts in those cases?
from the hyperparam perspective it will be trying to optimize the global minimum, basically "ignoring" the last value reported. Does that make sense ?
Internally we use blob.upload_from_file
it has a default 60sec timeout on the connection (I'm assuming the upload could take longer).
oh that makes sense.
I would add to your Task's docker startup script the following:
ls -la /.ssh
ls -la ~/.ssh
cat ~/.ssh/id_rsa
Let's see what you get
clearml==0.17.4
Great, and as you pointed changes are detected.
If I make some changes in the original file it gets tracked (picture below)... but what if I use a completely new and git-untracked py script?
Basically it will capture the output of "git diff" so if you have a new file but it is Not added, then no changes will appear.
That said, this is usually the exception, most files that are not added to the git should not be logged, hence the logic.
Anyhow the idea is that t...
well, it's only when adding aΒ
- name
Β to the template
Nonetheless it should not break it π
TrickySheep9
you are absolutely correct π
I can't think of any hack that will satisfy your IT other than than an actual vault...
wdyt?
Do people use ClearML with huggingface transformers? The code is std transformers code.
I believe they do π
There is no real way to differentiate between, "storing model" using torch.save
and storing configuration ...
JitteryCoyote63
IAM role to the web app could access
you mean the web client key/secret to access S3 data ?
Thanks BroadSeaturtle49
I think I was able to locate the issue !=
breaks the pytroch lookup
I will make sure we fix asap and release an RC.
BTW: how come 0.13.x have No linux x64 support? and the same for 0.12.x
https://download.pytorch.org/whl/cu111/torch_stable.html
Hi IcySwallow94
Are you deploying the clearml server with the helm chart ?
Thanks JitteryCoyote63 , once we have a reproducible example the fix should be very quick to push (with these things reproducing it is the challenge)
so the docker didnt use the dns of the host?
I'm assuming it is not configured on your DNS, otherwise it would have been resolved...
LovelyHamster1 verified, this is a UI bug with old limitation enforced.
I will make sure they know about it, it should be fixed for the upcoming release π
Hmm, it is not returned, it is inside the function....
This only talks about bugs reporting and enhancement suggestions
I'll make sure this is fixed π
HealthyStarfish45 this sounds very cool! How can I help?
HealthyStarfish45 you mean like replace the debug image viewer with custom widget ?
For the images themselves, you can get heir urls, then embed that in your static html.
You could also have your html talk directly with the server REST API.
What did you have in mind?
o i have to upload and run a script with its default value first (since I don't have an initial task id), then clone it,Β edit the configuration inside that newly cloned one, get the id of the clone, and pass this into my script as the task_id and run it from my machine?
Correct. You can also create it (from code), "Reset" it (right click in the UI) and then edit it.
Is there a way do this without running it on my machine?
check clearml-task
it is a CLI that will create ...
DepressedChimpanzee34
What's the hydra version ?
I tested with 1.1.0dev3 and it worked for me
For example, the
Task
object is heavily overloaded and its documentation would benefit from being separated into logical units of work. It would also make it easier for the ClearML team to spot any formatting issues.
This is a very good point (the current documentation is basically docstring, but we should create a structured one)
... but some visualization/inline code with explanation is also very much welcome.
I'm assuming this connected with the previous po...