from clearml import Task
task = Task.init(,...)
print("hello world!")
I think you can simply reset and enqueue the task again for it to run. Question is, why did it fail?
Are you running the HPO example? What do you mean by adding more parameter combinations? If the optimizer task finished you either need a new one or to reset the previous and re-run it.
You can do various edits while in draft mode
Can you please add a screenshot of how the hyper params show in the UI for you?
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?
Hi WackyRabbit7 ,
Is this what you're looking for?
https://github.com/allegroai/clearml-serving
I suggest you take a look at the examples here and play with them a bit 🙂
None
SoreDragonfly16 , yes
Since the "grand" dataset will inherit from the child versions you wouldn't need to have data duplications
Enqueue simply puts the task in the queue to be picked up by an agent. You need an agent running and listening to the queue for it to be picked up 🙂
Hi HungryArcticwolf62 ,
from what I understand you simply want to access models afterwards - correct me if I'm wrong.
What I think would solve your problem is the following:task = Task.init(...., output_uri=True)
This should upload the model to the server and thus make it accessible by other entities within the system.
Am I on track?
How many tasks do you figure this thing is iterating through the project?
To use the SDK see here:
https://clear.ml/docs/latest/docs/references/sdk/task#taskget_all
Hi @<1856144871656525824:profile|SparklingFly7> , can you describe the issue you're experiencing? I saw there is a new response in github - None
Hi @<1585078752969232384:profile|FantasticDuck7> , can you add some information? Are the debug samples being logged and just not showing in the webUI or they are not available at all? Are debug samples logged to the files server or some other storage?
Hi @<1858319200146165760:profile|PoisedDeer30> , can you provide a standalone snippet that reproduces this behaviour?
Also do you have a log of this? From where did you delete it?
EnormousWorm79 , Hi 🙂
What do you mean by dependency structure?
you deleted the model from the same directory as you ran from the code but you didn't delete it from the cache folder?
I see, thank you for the input 🙂
Can you add your clearml.conf
file here?
Hi @<1787653566505160704:profile|EnchantingOctopus35> , I don't think you can clean up parents without damaging the children since they rely on that. I would suggest taking any data you don't want scrubbed and then creating a new version with it. Then delete the unrelated older datasets. What do you think?
DeliciousBluewhale87 , what would be your use case? You can save various artifacts/models/files to nexus via the previously mentioned method (You can also configure this in your clearml.conf file under sdk.development.default_output_uri=""
)
Hi UpsetTurkey67 ,
Is this what you're looking for?
https://clear.ml/docs/latest/docs/references/sdk/trigger#add_model_trigger
FreshKangaroo33 ,
On the top right of the experiments view you have a cog wheel, if you click on it, it will give you an option to add hyper parameters to the table. I think from the API calls from there you can figure something out 🙂
Hi @<1540867420321746944:profile|DespicableSeaturtle77> , what didn't work? What showed up in the experiment? What was logged in the installed packages?
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 @<1533619716533260288:profile|SmallPigeon24> , can you please elaborate on your usecase ?