Ilya Elenik

Results 7 comments of Ilya Elenik

I was not aware about generator.py. Well, I have modified it now to add support for mutliple return. And now it is works (at least for top_k_v2) There was few...

Ok. I hope what made it correctly [0001-adding-multireturn-support-for-tensorflow-ops_genera.zip](https://github.com/serizba/cppflow/files/6478272/0001-adding-multireturn-support-for-tensorflow-ops_genera.zip)

There is no need to read-write jpeg s = imgrec.read_idx(_idx) _header, _img = mx.recordio.unpack(s) image_path = os.path.join(id_dir, "%d.jpg" % imgid) with open(image_path, mode='wb') as file: # b is important ->...

Also interested in this functionality. Mic array without per chanell data is meaningless

Looks like the line [186] is incorrect isv = [i for i,s in enumerate(svl) if s in gsv] usually it works - if you have sats [g01,g02,g03] and this sats...

Oh, this definitely possible. I am not a big specialist in git so that is really possible that I took some outdated version. Sorry to bother you

Looks like this is the same https://github.com/keras-team/keras/issues/21301