Carsten Sauerbrey

Results 6 comments of Carsten Sauerbrey

@ktsakalozos thanks for the update. It seems that here custom-baked Docker images are utilized instead of these ones I mentioned. Before I can finally state it is doable, I have...

Any progress here? I would love to see that feature backed in the next release :+1:

Thanks for the positive reply :). Let me clarify my use case first in order to address your limitations. I am seeing the need for these checks and limits. In...

@toby181 thanks for the hint 😄. I will check that `log_os_400_reason` flag. It could be actually the the mapping because I didn't set it for the trial run.

@dixudx @MartinBarkerPhilips I am running the version `0.8.1` successfully in my companies web services. Our query has around 90 - 100 items and I am getting them all back. Our...

@JesperDramsch maybe you can help. Do you know, why the Keras Layer does not have [`add_update`](https://github.com/JesperDramsch/keras-complex/blob/e723e96e6b309fd22545f542e535d2caa16ffd7b/complexnn/bn.py#L471) during runtime? ```python ... if self.center: update_list.append(K.moving_average_update(self.moving_mean, mu, self.momentum)) if self.scale: update_list.append(K.moving_average_update(self.moving_Vrr, Vrr, self.momentum))...