Reputation
Badges 1
40 × Eureka!some actions can be done using clearml.Task
, for instance get a local copy of a model, pull down the scalars etc.
however, I’m not able to get the audio excerpts uploaded as debug samples. Your suggestion above requires to use REST api via clearml.backend_api
but I’m not very much familiar with it
I’d like to programmatically (e.g. jupyter notebook) retrieve files/info related to a task from the server
thanks CostlyOstrich36
SuccessfulKoala55 is this fixed in this release https://clearml.slack.com/archives/C03E7MNDG3C/p1651763847469039 ?
yes, I’m following these instructions https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_config#web-login-authentication
Hey CostlyOstrich36 , the parameter I’m trying to log is a tuple (0, 100, None)
and it’s stored in a nested dictionary. E.g.{"a": {"b": {"c": (0, 100, None)}}}
Thank you CostlyOstrich36 , when I’ll get back to this I’m sure I will have other questions 🙂
Hey CostlyOstrich36 thank you 🙂 I haven’t yet started using the agent to run a task. I’m in the phase of tracking the experiments. The setup that I have is that there’s an yml conda env file (generated via conda env export
) that includes conda and pip packages. I’d like to log the content of that file in ClearML. I’ve tried to use force_requirements_env_freeze
but it doesn’t do what I’d hope for. Any suggestion?