Tushar Mittal
Tushar Mittal
The .gitignore file does not have entries for the virtualenv and IDEs file.
When parsing the `sample.tag` file using `python parse_tv.py sample.tag`, it throws an error `TypeError: expected string or buffer`. The `sample.tag` is generated after running `python write_tv.py sample.tag`. IMHO this happens...
# TL;DR This PR adds support for: 1. TypeTransformer for Tensorflow Model type **Note:** I was not able to run the `pip-compile` commands to generate the new `requirements` files, it...
# TL;DR Fixes: https://github.com/flyteorg/flyte/issues/2753 Added support for numpy scaler types in the `type_engine.py` file ## Type - [x] Bug Fix - [ ] Feature - [ ] Plugin ## Are...
https://paperswithcode.com/paper/reading-car-license-plates-using-deep
[https://paperswithcode.com/paper/a-robust-real-time-automatic-license-plate](https://paperswithcode.com/paper/a-robust-real-time-automatic-license-plate)
IMHO it would be better if the documentation had some sample examples for using the simulator, so that new-comers can get a better understanding of how it works and also...
Signed-off-by: Tushar Mittal # TL;DR * Add support for numpy scaler types * Update type matching in the type engine * Add tests ## Type - [x] Bug Fix -...
PR for issue #111 Signed-off-by: Tushar Mittal
pull request for issue #108