Reputation
Badges 1
383 × Eureka!Only one param, just playing around
Essentially. Not about removing all WARNINGS, but removing this as it actually works right and the WARNING is wrong.
Very bad at python packaging terms - but I use pyproject.toml and python -m build that generates a wheel and a tar and I install the tar
So General would have created a General instead of Args?
Maybe related to doing in notebook. Doing a task.close() finished it as expected
Tried context provider for Task?
@<1523701205467926528:profile|AgitatedDove14> - any thoughts on this. Would like to use profile / iam roles as well.
Was asking about using iam roles without keys
Interesting. How do you do PVC? by using the yaml template optionn?
If you don’t mind, can you point me at the code where this happens?
Do people generally update the same model “entry”? That feels so wrong to me…how do you reproduce a older model version or do a rollback etc?
Any reason to not have those as two datasets?
Yeah was planning to use nested projects for that
(I need this because I refer to datasets in the same project but without specifying the project name)
I saw that the debug param wasn’t adding anything additional for this?
Now do Task.current_task() and it creates a new task
To confirm, if i have fresh venv with no dependency installed except clearml
I have a requirements.txt file in root, and a script at scripts/script1.py
The script1.py does task.init(), execute_remotely and then imports few dependenceies
Now I run python scripts/script1.py
And it should pick up the installed packages correctly?
Think I will have to fork and play around with it 🙂
AgitatedDove14 - thanks for the quick reply. automation.Monitor is the abstraction i could use?
forking and using the latest code fixes the boto issue at least
I am doing Task.init but it’s not adding expected libraries imported in the script or from requirements.txt
CynicalBee90 - on the platform agnostic aspect - dvc does it with the CLI right? It that what made you give a green checkmark for it?
Do we support GPUs in a) docker mode b) k8s glue?