containing the correct on-premises s3 settings
Do you mean like an example for minio?
I think this is covered in the enterprise version
Hi @<1772795696529805312:profile|LethalCoral80> , I think what you're looking for is the offline mode - None
But for sure it was aborted via the webUI? Is it possible that your method method might be interfering with this somehow? Can you disable it and check the behaviour?
Hi @<1727497172041076736:profile|TightSheep99> , you can change it in the settings -> configuration section
Hi @<1710827340621156352:profile|HungryFrog27> , can you provide a full log of the task?
StickyCoyote36 , I'm looking into a solution.
Please hold on 🙂
Hi @<1576381444509405184:profile|ManiacalLizard2> , I would suggest playing with the Task object in python. You can do dir(<TASK_OBJECT>)
in python to see all of it's parameters/attributes.
Hi @<1523711002288328704:profile|YummyLion54> , can you please add a full log of both runs for reference?
Can you provide a task id for such a task?
Why do you manually use set_repo
?
I mean that task.init
will automatically detect the repo without specifying it
Hi @<1805410575165952000:profile|HappyDove45> , can you provide a full log of the run?
You can either disable storing a git diff in clearml.conf
or also you can remove the diff from the task when it is in draft mode (Basically before the enqueue)
To use the SDK see here:
https://clear.ml/docs/latest/docs/references/sdk/task#taskget_all
Hi MoodyCentipede68 ,
What version of ClearML / ClearML-Agent are you using? Is it a self hosted server or the SaaS?
Also, can you explain what step 7 was trying to do? Is it running locally or distributed?
You would need to implement this logic yourself. For example you expose a pipeline argument for the controller (These are the configurations you can control via the UI as well) and then basically have if
logic in the controller code that will run/skip steps according to the step you'd like to start from.
Makes sense?
On prem is also K8s? Question is if you run the code unrelated to ClearML on EKS, do you still get the same issue?
Hi @<1657556312684236800:profile|ManiacalSeaturtle63> , can you please elaborate specifically on the actions you took? Step by step
Hi AttractiveShrimp45 . You input min value as 0, max value as 1 and step as 1?
Hi StraightParrot3 , page_size
is indeed limited to 500 from my understanding. You need to scroll through the tasks. The first tasks.get_all
response will return scroll_id
, you need to use this scroll_id
in your following call. Every call afterwards will return a different scroll_id
which you will always need to use in your next call to continue scrolling through the tasks. Makes sense?
Hi @<1523701083040387072:profile|UnevenDolphin73> , can you please elaborate?
Hi ExasperatedCrocodile76 , what do you mean by "I would like to have a feature for training where you just do not use clearML."
Can you please elaborate?
It means that I do not pass
pname
and
tname
at all. However i would like to treat this issue before
task.init
is called.
Do you mean that after you use this code after you've cloned a task into a specific project with a specific name when run in the agent it loses it's name and...
@<1719524641879363584:profile|ThankfulClams64> , are logs showing up without issue on the 'problematic' machine?
Also, you need to restart the agent between changes in the config
What is still being sent to the fileserver?
I think it is one of the parameters of the task. Fetch a Task and see what properties the artifact has 🙂
Basically the same capabilities that are offered for the unstructured data - ability to register files, keep track and manage them with links and ability to query into all of their metadata and then connect it to the experiment as a query on the metadata inside different versions - basically giving you a feature store.
I am of course over simplifying as the HyperDatasets feature is an extremely powerful tool for managing unstructured data.
Hi @<1543766544847212544:profile|SorePelican79> , I don't think you can track the data inside the dataset. Maybe @<1523701087100473344:profile|SuccessfulKoala55> , might have an idea
GrittyKangaroo27 hi!
Can you please elaborate what your use case for deployment?
Besides that, I'm happy to say that ClearML supports all the cases above 🙂
Also for some further reading:
https://clear.ml/products/clearml-deploy/
https://allegro.ai/clearml/docs/rst/deploying_clearml/deploying_clearml_formats/index.html
https://github.com/allegroai/clearml-serving