Yakau Bubnou
Yakau Bubnou
Hi @xgfone. Unfortunately this library does not provide an ability to use features of OpenFlow 1.5 out-of-box. Alternatively, you could define custom types and use them. The interface gives you...
There is a project that I've created late in a 2017, where I wanted to add advanced support of OpenFlow 1.5 protocol: https://github.com/netrack/openflow/projects/2. Due to the lack of free time...
Defined an integration test [responswrite_test.go](https://github.com/netrack/openflow/tree/master/responsewrite_test.go) used to communicate with Open vSwitch. Need to decide how to setup reproducible environment for this test.
Hi @chrissype, thank you for revealing the problem. Yes, definitely would be great to see to what you've came up, probably we could work on a better solution eventually.
@chrissype, eventually, it looks like this effort of fixing this issue is useless, since `keras` already provides stateful metrics in it's API: https://github.com/keras-team/keras/blob/master/keras/metrics.py Probably, it would be better to deprecate...
@sangyongjia, it looks that your problem relates to [TensorFlow](https://github.com/tensorflow/tensorflow) project, not to the `keras-metrics`
@sangyongjia, it looks that the problem is in the `TensorFlow` itself, particularly in `to_model_estimator` call, **JosPolfliet** created an issue in that project a long time ago: https://github.com/tensorflow/tensorflow/issues/34040 and it is...
Thank you @Jie-Yuan, I will think about adding this in future versions, if that's possible at all.
Hi @NumesSanguis, thank you for posting the issue. Could you, please, post a model configuration or at least the last layer (example of output data), so I could understand why...
@BachTuan975, could you, please, give a little bit more context? I don't quite understand the issue.