Hi DrabCockroach54 , what version of ClearML are you using? What OS is this running on?
I'm reading on task.set_credentials at the moment. What exactly are you trying to do?
Are you running both locally? Is the agent's clearml.conf
configured with the credentials as well?
Cool, let me take a look and see what can be done 🙂
Are you running it inside a docker yourself or is it run via the agent?
When the docker runs, does it print out the aws user key correctly?
You ran the same exact command for agent one with --docker
and one without --docker
and the one without managed to reach the files?
Hi @<1625666182751195136:profile|MysteriousParrot48> , how did you run the original experiment? Can you add the full log and also the agent configuration?
What command are you trying to run?
Which file are you referring to? Can you link it?
I don't think this the intended behavior. Can you please elaborate how it happens exactly?
GiganticTurtle0 Hi 🙂
You could try saving them as OutputModel ( https://clear.ml/docs/latest/docs/references/sdk/model_outputmodel ) thus saving them 'outside' of the task object. Regarding if it's considered a good practice or not maybe AnxiousSeal95 can add up on that.
This is strange. Can you take a look inside the apiserver & webserver to see if there are any errors?
You can add scalars/plots manually with the following:
https://clear.ml/docs/latest/docs/references/sdk/logger#report_scalar
And you can see usage in the following example:
https://github.com/allegroai/clearml/blob/master/examples/reporting/scalar_reporting.py
You can also report various plots as shown in the following examples as well:
https://github.com/allegroai/clearml/blob/master/examples/reporting/scatter_hist_confusion_mat_reporting.py
https://github.com/allegroai/clearml/blob/...
Hi @<1567321739677929472:profile|StoutGorilla30> , this is a good question. I would assume that the CLI tool uses API calls under the hood. I think you can either look at the code and see what is being sent or simply do CLI commands from the code
Hi 🙂
How do you provide the package path to the agent? Also can you attach the log of the agent?
Hi StraightParrot3 ,
I'm not sure if thumbnails are supported inside tables. AgitatedDove14 , what do you think?
BattyLizard6 Hi!
In the basic scenario where the database is empty on the new server you'd simply need to copy /opt/clearml/ from the old server to the new. In the case that a data merge is needed I'm not sure, let me check 🙂
TartSeagull57 , you said the problem was with automatic reporting. Can you give an example of how you solved the issue for yourself?
Please do 🙂
Hi PricklyRaven28 , do you have a small snippet to play with?
BattyLizard6 , I'm afraid that the data merge between servers is not supported in the open source version 🙂
Hi @<1523703397830627328:profile|CrookedMonkey33> , not sure I follow. Can you please elaborate more on the specific use case?
Currently you can add plots to the preview section of a dataset
Hi @<1523701601770934272:profile|GiganticMole91> , I think you can delete those indices
Hi @<1623491856241266688:profile|TenseCrab59> , are you self deployed? Can you provide some logs/screenshots? If you go directly into the task information of each step there console is empty?