Eyal Gruss
Eyal Gruss
Disruption of video frame order related to tf.browser.fromPixels(HTMLVideoElement) in recent Firefox
I updated both tfjs and tf-backend-wasm to the latest 3.20.0 and seeing the exact same issue :(
having the same issue. i think this is the culprit: https://bugzilla-dev.allizom.org/show_bug.cgi?id=1178751
the mask works on the 32x32 representation so this is one limit. also the encoding is sequential afaiu from top to bottom, so completion is mostly relevant downwards. it would...
I think I may have another real use case for Not (combined with [Intersection](https://github.com/python/typing/issues/213)) As described in https://github.com/python/mypy/issues/13893, I want to use boolean literals to forbid a specific combination of...
@xuebinqin hi you may have missed this i guess :)
@superMDguy would be happy to get that fork!
sounds awesome!
@superMDguy could not create an issue on your repo... any chance you can add minimal sample files needed to run the usage examples?
i now also see this sometimes with softmax
also there is a potential problem with this line: normalized = (array - arr_min) / (arr_max - arr_min + K.epsilon()) since array values can be in the magnitude of epsilon......