SDJustus

Results 10 comments of SDJustus

Please add a licence! :)

@samet-akcay thank you very much for the MIT Licence! :)

Yes. please add a Licence :)

I think this particular issue came with the controller being able to be installed clusterwide... Before that, the Controller got restarted everytime something happened with the scheduler. I don't know,...

Can you point out if you are aware of this and can perhaps reproduce it? This seems like a critical scenario. Maybe @sakoush?

Alright, thanks for the information. So am I right assuming, that zero downtime in case of something like a EKS or GKE upgrade (i.e. AMI Image updates) is not possible...

Ok, thanks for the quick response... Should the replicas therefore be configurable, when only 0 or 1 replicas are allowed with 0 being only viable for testing purposes?

I've got the same issue... btw I am using Docker for keycloak... @lucamaf Did you solve this problem?

Hm. Correct me if i am wrong, but the net is not trained at all (just inference on pretrained wide_resnet50 to get embedding vectors), so no gradients have to be...

OK, so if you look at this code from train.py:\ ` for param in self.model.parameters(): ` \ ` param.requires_grad = False` you can see, that it is intended to not...