Oliver Borchert
Oliver Borchert
Makes sense, I'll think about how to integrate this properly.
Do you have any idea how to solve this problem elegantly? I haven't come up with a way that aligns with the design of the library as a whole, but...
Hmm, I've seen this issue occur non-deterministically at some times, thanks for the MWE! I'll try to investigate the issue in the coming days but I'd also be happy about...
Does this issue occur when you do not perform mini-batch training? Also, I would advise to try using double precision (I think you can pass `precision = 64` to the...
Issue #7 still referred to PyCave version 2. In PyCave v3, you don't need to call `gmm.model_.reset_parameters`: the `model_` attribute will only be available once `fit` has returned without error....
Ah, sorry! Yes, you can simply set the batch size when initializing the GMM. In your case, you might, for example, use: ```python gmm = GM(..., batch_size=8192) ``` This will...
Could you provide a more tangible example and maybe a sample of the resource that is currently created and how you want it to look like? :smile:
Would this use case be covered if `integrations.externalDNS.targetIPs` (or a similarly named option) would allow setting hostnames?
@Elegant996 do you want to take a stab at that? :smile: might take me some time to find time for this otherwise ๐
Oh nice, that would be cool ๐ historically, external-dns was rather reluctant to include support for anything ither than the native ingress but letโs see how it turns out this...