Hi @<1815919815257231360:profile|UpsetFrog68> , can you provide a standalone code snippet that would reproduce this occasional behaviour?
Hi @<1523701083040387072:profile|UnevenDolphin73> , can you please elaborate?
Hi @<1800699527066292224:profile|SucculentKitten7> , does git allow you to pass a git commit id in order to identify a git repository?
Hi @<1831502554446434304:profile|TestyKitten53> , what if you set it to true? Do you get the same errors?
Hi @<1663354533759160320:profile|ExhilaratedLizard23> , can you please elaborate on how you built the dataset and how you're consuming it?
CluelessElephant89 , I've added screenshots. Tell me if those help 🙂
What happens if you remove the repository information?
Hi @<1547390438648844288:profile|ScaryJellyfish75> , you have described the HyperDataset feature which is part of the Scale/Enterprise versions. I suggest you contact sales@clear.ml to get a quote for a license 🙂
Can you also try specifying the branch/commit?
However, when I try to bind a volume and run the code, everything runs perfectly.
Can you please elaborate on what this means?
Hi @<1610083503607648256:profile|DiminutiveToad80> , can you please add a full log of the run?
What is the dataset URL you see in the UI? If you go to the dataset, there should be a view to the dataset link
Do any of these API calls have a "Dataset Content" field anywhere in the "configuration" section?
Not really, you can even point the files_server in clearml.conf to s3. the files server is there so there would be some basic storage solution attached.
Hi @<1523701235335565312:profile|HugeArcticwolf77> , looks like there is no such capability through the UI if I'm not wrong. You should, however be able to move everything via the API, I would however suggest making sure you move ALL parts of the pipeline and not just the controller.
Makes sense?
You can restore these tasks by copying or moving them from task__trash into task collection. But the events for these tasks cannot be restored. About the user who deleted them unfortunately ClearML does not record this info in Mongo and without logging to ES there is no place to retrieve it (I can suggest using Kibana to monitor ES). You can try to inspect the mongo collection url_to_delete. It contains all the links from the deleted tasks that should be removed from the fileserver. If you se...
Hi @<1590514584836378624:profile|AmiableSeaturtle81> , what is the version of your ClearML server?
Hi, what version of clearml-agent are you using? Does this always happen? Can you add your clearml.conf file here(Make sure to remove any credentials/personal data)?
than maybe a process inside the container gets killed and the container will hang? Is this possible?
I'm not sure. Usually if Elastic is unresponsive/not working properly the API server will have issues raising/working and will print out errors
Hi @<1582542029752111104:profile|GorgeousWoodpecker69> , I think you can also manually register them using Task.upload_artifact None
Hi @<1566959349153140736:profile|ShinyChicken29> , when you try to access the image on your browser, the browser tries access the S3 bucket directly - This is why you get the popup. Data never goes through ClearML backend. Makes sense?
Hi @<1719524641879363584:profile|ThankfulClams64> , what do you mean regarding ClearML GPU Compute? Do you mean the Genesis autoscaler?
Hi @<1775332375794814976:profile|WhimsicalChimpanzee6> , the webUI uses the API under the hood. You can trigger and a pipeline via the webUI and see what happens in developer tools (F12)
is the external package is in some private repo?
Hi @<1840924578885406720:profile|VictoriousFish46> , how are you uploading the dataset? Did you set output_uri? What is set as your files server in the api section of your clearml.conf ?
Hi!
I think the example here should help you.
https://github.com/allegroai/clearml/blob/master/examples/reporting/pandas_reporting.py#L19
Together with this
https://github.com/allegroai/clearml/blob/master/examples/reporting/artifacts.py
Tell me if it helped 🙂
Can I assume that you've installed the latest version of ClearML?
Hi @<1523701842515595264:profile|PleasantOwl46> , what do you mean more details about the state? Usually in the INFO section of the task you have all history of actions
Hi, regarding your questions:
If you create and finalize the dataset, it should upload the file contents to the fileserver (or any other storage you configure). The dataset is an object similar to a task - it has a unique ID You can add metric columns to the experiments table. You can do this by clicking the little cog wheel at the top right of the experiments table. You can also select multiple experiments and compare them (Bottom left on the bar that appears after selecting more than 1 expe...