Hi RattyLouse61 ,
Do you have an example of the parameters you're trying to connect?
ScaryBluewhale66 , Hi 🙂
You would need to install ClearML-Agent to run it
Hi and welcome 🙂
You want to add some plots to the dataset task?
So when you run it standalone it works fine? How are you creating the pipeline?
You can read up on the caching options in your ~/clearml.conf
You can make virtualenv creation a bit faster
Hi @<1523711002288328704:profile|YummyLion54> , it hasn't been added to the PRO yet 🙂
Hi @<1695969549783928832:profile|ObedientTurkey46> , I believe that these are the projects that the Datasets were saved to. You can fetch them programmatically and delete them.
You can see the version if you go to settings page. It is in the bottom right of the screen 🙂
From code perspective it looks like you're basically saving a pickle to a file via dump, and that file just happens to be the model. ClearML doesn't patch into pickle
. You can save the pickle as an artifact with ClearML using Task.register_artifact
- None
Hi @<1724960464275771392:profile|DepravedBee82> , you have the auto_connect_frameworks
parameter in Task.init()
, this way you can disable the auto connection to Pytorch
None
Hi BoredBat47 , this happens only when you use the --foreground
flag?
Is this the full error? What version of clearml-agent
are you using? What OS are you on?
Hi TartBear70 ,
You can use the following method:
https://clear.ml/docs/latest/docs/references/sdk/task/#taskset_random_seed
Please note you need to set it before running Task.init()
If you set it to None
this will cancel any random seed override performed by ClearML.
Tell me if this helps 🙂
Can you add the full log & the dependencies detected in original code? How are you building the pipeline?
Can you add a larger piece of the error/log? Do you have a code snippet that also reproduces this?
AbruptWorm50 , it seems the issue is fixed and applications are running again for me 🙂
@<1547028031053238272:profile|MassiveGoldfish6> , what do you mean you have to run it every morning? What happens otherwise?
Hi @<1686547375457308672:profile|VastLobster56> , from my understanding Hadoop is a collection of different utilities. Do you have something specific in mind?
I don't think it's currently updated but the team is working on updating it. Hopefully it will be updated very soon 🙂
Just making sure - This path, is it inside the docker or outside the container?
What happens if you use the settings I pasted?
Hi RattyLouse61 ,
I think packages are detected in runtime and it only shows the packages used by the script directly. When you run with ClearML-Agent, it will log all packages including dependencies that were used.
Hi @<1673501397007470592:profile|RelievedDuck3> , no 🙂
Hi @<1570220858075516928:profile|SlipperySheep79> , I think it depends on your code. Can you provide a self contained code snippet that reproduces this?
Oh, I misunderstood. You mean you're using app.clear.ml ?