Reputation
Badges 1
383 × Eureka!Ok, but doesn't work for me though. Can you or AgitatedDove14 help me in linking to relevant code so that I can see what's wrong?
The Optimizer task is taking a lot of time to complete. Is it doing something here:
One thing I am looking at is nbdev from fastai folks
This worked well:
if project_name is None and Task.current_task() is not None: project_name = Task.current_task().get_project_name()
So packages have to be installed and not just be mentioned in requirements / imported?
I had given some feedback previously, hope they can be addressed ๐ค
No we donโt need temp keys to work this way
Can I switch off git diff (change detection?)
In this case, particularly because of pickle protocol version between 3.7 and 3.8
Ah, just saw from the example that even that is doing the config pbtxt stuff - https://github.com/allegroai/clearml-serving/blob/main/examples/keras/keras_mnist.py#L51
Do let me know when task scheduler docs are up ๐
I have my notebooks in a git repo and partially use nbdev for scripts
Sure, got it. Will play around with it ๐
I deploy to kubernetes and have an ingress and ALB on top that terminates ssl
Will push my wip to the PR. Let me know what I am missing
Which kind of access specifically? I handle permissions with IAM roles
Isn't clearml local storage as well if needed?
As we canโt create keys in our AWS due to infosec requirements
The minerva one is my custom package AgitatedDove14
Currently we train from Sagemaker notebooks, push models to S3 and create containers for model serving
I just run the k8s daemon with a simple helm chart and use it with terraform with the helm provider. Nothing much to share as itโs just a basic chart ๐
Hey TimelyPenguin76 - i am just using the helm chart and havenโt done any setup on top of that. the agentservices is running as is from the helm chart
Ah ok. Kind of getting it, will have to try the glue mode