Kedar Tatwawadi

Results 9 issues of Kedar Tatwawadi

**Issue:** Currently in the code, the flow is normalized by the maximum flow magnitude. This is not desirable, when comparing two flows (for example in a video). **Feature:** Add option...

Hi! Thanks for the very useful tool :) Is there a utility available to convert taiyaki trained model to be used with the Flappie basecaller? https://github.com/nanoporetech/flappie Thanks!

Is it possible to mark certain parts of the model to be not converted to TRT? I am using TF-TRT setup similar to the tutorial: https://github.com/NVIDIA/TensorRT/blob/main/quickstart/IntroNotebooks/2.%20Using%20the%20Tensorflow%20TensorRT%20Integration.ipynb

Thanks for sharing your work! I am facing some issues compiling the code. Any suggestions? Error message: `src/multians_output_buffer.cc:28:49: error: invalid use of array with unspecified bounds` ![image](https://user-images.githubusercontent.com/1708665/99837688-d7879e00-2b1c-11eb-83e3-d4f1a02bb6a9.png)

- [x] Universal Integer coder (@kedartatwawadi) - [x] Base Block coder (@kedartatwawadi) - [x] Huffman coder (@kedartatwawadi) - [x] Golomb/Exp-Golomb (@shubhamchandak94) - [x] Shannon, Fano (@tpulkit) - [x] Shannon-Fano-Elias (@kedartatwawadi)...

long-term

- [ ] Add instructions for locally building documentation - [ ] Setup github actions for documentation

To maintain code standard, it would be good to add linting tests + some documentation on how to setup linting: - [x] I use `black` code formatter and it is...