Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added install_requires to setup #538

Open
wants to merge 423 commits into
base: master
Choose a base branch
from
Open

Conversation

y-ksenia
Copy link

@y-ksenia y-ksenia commented Apr 1, 2021

Modified setup.py file to be able to install using pip/poetry/etc. directly from the git repository.

jaybdub and others added 30 commits July 28, 2019 21:36
If ceil_mode is False, the default value of layer.padding_mode is
PaddingMode.EXPLICIT_ROUND_DOWN. If ceil_mode is True, padding_mode
should be trt.PaddingMode.EXPLICIT_ROUND_UP.
jaybdub and others added 29 commits September 3, 2020 00:10
* reduced precision docs

* support matrix

* docs
* Assert that inputs are contiguous

* Turn non-contiguous tensors into contiguous

* Add unit test

* Fix tabs
* Auto-generate custom layer names

* fixed layer name count key

* updated changelog for adding layer names

Co-authored-by: Alex Sergeev <[email protected]>
* added plugin for GroupNorm

Co-authored-by: sandeepkumar-skb <[email protected]>
* Remove duplicate filenames which do not work on Windows by merging files

* Fix

* relu tests

Co-authored-by: Koen van de Sande <[email protected]>
…ations (NVIDIA-AI-IOT#505)

* Initioal version of ne, floordiv, mod and tensor converters. Extend ops for relu and sigmoid.

* Converters for floordiv, mod, ne, and torch::tensor() operations . Extend relu and sigmoid converters to Tensor methods.

* Update CHANGELOG.md
…T#482)

* added passing of torch2trt_kwargs to conversion context

* added passing of torch2trt_kwargs to conversion context
…OT#511)

* added filter to floordiv to only enable for pytorch 1.6+

* enabled soft failure for missing torch method
* increment version to 0.2.0

* realse push docs tagfix
* added conv_functional

* add Tensor flatten

* update changelog for functional conv / flatten

* add site to gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.