-
Notifications
You must be signed in to change notification settings - Fork 677
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 converter for torch.einsum #571
base: master
Are you sure you want to change the base?
Commits on Aug 16, 2019
-
Merge pull request NVIDIA-AI-IOT#43 from NVIDIA-AI-IOT/batchnorm1d_fix
added support for NC input to batchnorm1d
Configuration menu - View commit details
-
Copy full SHA for 3a02f56 - Browse repository at this point
Copy the full SHA 3a02f56View commit details
Commits on Aug 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ecd4893 - Browse repository at this point
Copy the full SHA ecd4893View commit details -
Merge pull request NVIDIA-AI-IOT#47 from NVIDIA-AI-IOT/list_output_ho…
…tfix list hotfix
Configuration menu - View commit details
-
Copy full SHA for 7a960c6 - Browse repository at this point
Copy the full SHA 7a960c6View commit details
Commits on Sep 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 445081f - Browse repository at this point
Copy the full SHA 445081fView commit details -
Merge pull request NVIDIA-AI-IOT#56 from NVIDIA-AI-IOT/pyt1.2
removed caffe2 dependency
Configuration menu - View commit details
-
Copy full SHA for 295961a - Browse repository at this point
Copy the full SHA 295961aView commit details
Commits on Sep 13, 2019
-
consider ceil_mode of torch.nn.MaxPool2d
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.
Configuration menu - View commit details
-
Copy full SHA for e394a14 - Browse repository at this point
Copy the full SHA e394a14View commit details
Commits on Sep 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 59e0ec8 - Browse repository at this point
Copy the full SHA 59e0ec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ad17bc - Browse repository at this point
Copy the full SHA 5ad17bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e951955 - Browse repository at this point
Copy the full SHA e951955View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51e0c95 - Browse repository at this point
Copy the full SHA 51e0c95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c41345 - Browse repository at this point
Copy the full SHA 5c41345View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08fecd3 - Browse repository at this point
Copy the full SHA 08fecd3View commit details
Commits on Sep 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2769c29 - Browse repository at this point
Copy the full SHA 2769c29View commit details -
Merge pull request NVIDIA-AI-IOT#62 from NVIDIA-AI-IOT/normalize
clamp and normalize
Configuration menu - View commit details
-
Copy full SHA for 493515c - Browse repository at this point
Copy the full SHA 493515cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43d1b1a - Browse repository at this point
Copy the full SHA 43d1b1aView commit details
Commits on Sep 19, 2019
-
Merge pull request NVIDIA-AI-IOT#57 from mt1871/fix_maxpool_ceilmode
consider ceil_mode of torch.nn.MaxPool2d
Configuration menu - View commit details
-
Copy full SHA for d2825e5 - Browse repository at this point
Copy the full SHA d2825e5View commit details
Commits on Sep 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 630194c - Browse repository at this point
Copy the full SHA 630194cView commit details -
Merge pull request NVIDIA-AI-IOT#70 from NVIDIA-AI-IOT/mobilenet_v2
added mobilenet_v2 to module tests
Configuration menu - View commit details
-
Copy full SHA for 81e73d2 - Browse repository at this point
Copy the full SHA 81e73d2View commit details
Commits on Sep 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f29ff96 - Browse repository at this point
Copy the full SHA f29ff96View commit details -
Configuration menu - View commit details
-
Copy full SHA for d409f13 - Browse repository at this point
Copy the full SHA d409f13View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc547b8 - Browse repository at this point
Copy the full SHA dc547b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c429ae7 - Browse repository at this point
Copy the full SHA c429ae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5abcbbe - Browse repository at this point
Copy the full SHA 5abcbbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d47af74 - Browse repository at this point
Copy the full SHA d47af74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 916e25d - Browse repository at this point
Copy the full SHA 916e25dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 100bcdb - Browse repository at this point
Copy the full SHA 100bcdbView commit details
Commits on Sep 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 46534bd - Browse repository at this point
Copy the full SHA 46534bdView commit details -
Merge pull request NVIDIA-AI-IOT#73 from NVIDIA-AI-IOT/functional_ref…
…actor - adds avg_pool2d - adds max_pool2d - removes AvgPool2d - removes MaxPool2d - adds get_arg(...) - adds torch_dim_to_trt_axes(...) - adds add_trt_constant(...)
Configuration menu - View commit details
-
Copy full SHA for 83f1765 - Browse repository at this point
Copy the full SHA 83f1765View commit details
Commits on Sep 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 05e7022 - Browse repository at this point
Copy the full SHA 05e7022View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6a3fd5 - Browse repository at this point
Copy the full SHA d6a3fd5View commit details -
Merge pull request NVIDIA-AI-IOT#74 from NVIDIA-AI-IOT/split
- adds ``torch.chunk`` and ``torch.Tensor.chunk`` - adds ``torch.split`` and ``torch.Tensor.split`` - adds tests for ``squeezenet*`` models
Configuration menu - View commit details
-
Copy full SHA for 9b616d7 - Browse repository at this point
Copy the full SHA 9b616d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a838a19 - Browse repository at this point
Copy the full SHA a838a19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b46e02 - Browse repository at this point
Copy the full SHA 7b46e02View commit details -
Merge pull request NVIDIA-AI-IOT#75 from NVIDIA-AI-IOT/permute
added permute
Configuration menu - View commit details
-
Copy full SHA for c0c89d2 - Browse repository at this point
Copy the full SHA c0c89d2View commit details
Commits on Oct 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 72f0cd7 - Browse repository at this point
Copy the full SHA 72f0cd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bfe27d - Browse repository at this point
Copy the full SHA 0bfe27dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5699dcd - Browse repository at this point
Copy the full SHA 5699dcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c21936 - Browse repository at this point
Copy the full SHA 4c21936View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9745e31 - Browse repository at this point
Copy the full SHA 9745e31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bcadbb - Browse repository at this point
Copy the full SHA 9bcadbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d2fef8 - Browse repository at this point
Copy the full SHA 3d2fef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e69c577 - Browse repository at this point
Copy the full SHA e69c577View commit details -
Merge pull request NVIDIA-AI-IOT#80 from NVIDIA-AI-IOT/prepare_broadc…
…astable_tensors Prepare broadcastable tensors
Configuration menu - View commit details
-
Copy full SHA for fec6b22 - Browse repository at this point
Copy the full SHA fec6b22View commit details -
Configuration menu - View commit details
-
Copy full SHA for f27aa27 - Browse repository at this point
Copy the full SHA f27aa27View commit details -
Merge pull request NVIDIA-AI-IOT#81 from NVIDIA-AI-IOT/prepare_broadc…
…astable_tensors added mnasnet to test
Configuration menu - View commit details
-
Copy full SHA for 922a0f7 - Browse repository at this point
Copy the full SHA 922a0f7View commit details
Commits on Oct 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f29e1c9 - Browse repository at this point
Copy the full SHA f29e1c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b1d552 - Browse repository at this point
Copy the full SHA 5b1d552View commit details -
Configuration menu - View commit details
-
Copy full SHA for a660786 - Browse repository at this point
Copy the full SHA a660786View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4852b82 - Browse repository at this point
Copy the full SHA 4852b82View commit details -
Merge pull request NVIDIA-AI-IOT#84 from NVIDIA-AI-IOT/extra_tests
refactored tests - adds --include flag to test.py to load additional tests - moves torchivsion tests from torch2trt.module_test to torch2trt.tests.torchvision.classification - adds torchvision segmentation tests to torch2trt.tests.torchvision.segmentation
Configuration menu - View commit details
-
Copy full SHA for f6eae5a - Browse repository at this point
Copy the full SHA f6eae5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7693e81 - Browse repository at this point
Copy the full SHA 7693e81View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2c931e - Browse repository at this point
Copy the full SHA f2c931eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbe7b1d - Browse repository at this point
Copy the full SHA bbe7b1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 506fb87 - Browse repository at this point
Copy the full SHA 506fb87View commit details -
Merge pull request NVIDIA-AI-IOT#11 from narendasan/narendasan/gitignore
Adds a gitignore
Configuration menu - View commit details
-
Copy full SHA for beccc1a - Browse repository at this point
Copy the full SHA beccc1aView commit details -
Merge pull request NVIDIA-AI-IOT#10 from narendasan/narendasan/typo_i…
…n_readme Missing an import in the first example
Configuration menu - View commit details
-
Copy full SHA for c7cb4bd - Browse repository at this point
Copy the full SHA c7cb4bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c982944 - Browse repository at this point
Copy the full SHA c982944View commit details -
Configuration menu - View commit details
-
Copy full SHA for 887ca21 - Browse repository at this point
Copy the full SHA 887ca21View commit details -
caffe2 is not needed and breaks build when using PyTorch 1.2
Configuration menu - View commit details
-
Copy full SHA for 6fafa46 - Browse repository at this point
Copy the full SHA 6fafa46View commit details -
Merge pull request NVIDIA-AI-IOT#12 from narendasan/narendasan/custom…
…_dep_locations Adds a way to specify custom library locations and remove build artifacts
Configuration menu - View commit details
-
Copy full SHA for 950109b - Browse repository at this point
Copy the full SHA 950109bView commit details
Commits on Oct 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c8b3619 - Browse repository at this point
Copy the full SHA c8b3619View commit details -
Merge pull request NVIDIA-AI-IOT#88 from NVIDIA-AI-IOT/prelu
added support for prelu
Configuration menu - View commit details
-
Copy full SHA for b962b4d - Browse repository at this point
Copy the full SHA b962b4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bbf348 - Browse repository at this point
Copy the full SHA 9bbf348View commit details -
Merge pull request NVIDIA-AI-IOT#89 from NVIDIA-AI-IOT/unary_supported
added supported unary ops
Configuration menu - View commit details
-
Copy full SHA for 972a7c7 - Browse repository at this point
Copy the full SHA 972a7c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c87da6 - Browse repository at this point
Copy the full SHA 1c87da6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86feae5 - Browse repository at this point
Copy the full SHA 86feae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfc7483 - Browse repository at this point
Copy the full SHA dfc7483View commit details -
Configuration menu - View commit details
-
Copy full SHA for 601b94e - Browse repository at this point
Copy the full SHA 601b94eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7947855 - Browse repository at this point
Copy the full SHA 7947855View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a3eaee - Browse repository at this point
Copy the full SHA 0a3eaeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16ac488 - Browse repository at this point
Copy the full SHA 16ac488View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95a5849 - Browse repository at this point
Copy the full SHA 95a5849View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d00907 - Browse repository at this point
Copy the full SHA 8d00907View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6ee9c4 - Browse repository at this point
Copy the full SHA a6ee9c4View commit details -
Merge pull request NVIDIA-AI-IOT#90 from NVIDIA-AI-IOT/supported_elem…
…entwise Supported elementwise
Configuration menu - View commit details
-
Copy full SHA for 28e1700 - Browse repository at this point
Copy the full SHA 28e1700View commit details -
Configuration menu - View commit details
-
Copy full SHA for 599524b - Browse repository at this point
Copy the full SHA 599524bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f25eaa5 - Browse repository at this point
Copy the full SHA f25eaa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59ee834 - Browse repository at this point
Copy the full SHA 59ee834View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8b43bd - Browse repository at this point
Copy the full SHA d8b43bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7d967c - Browse repository at this point
Copy the full SHA d7d967cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e8753a - Browse repository at this point
Copy the full SHA 9e8753aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 713086d - Browse repository at this point
Copy the full SHA 713086dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d373fe - Browse repository at this point
Copy the full SHA 2d373feView commit details -
Merge pull request NVIDIA-AI-IOT#93 from NVIDIA-AI-IOT/py2_serializat…
…ion_fix Py2 serialization fix
Configuration menu - View commit details
-
Copy full SHA for 06ccc64 - Browse repository at this point
Copy the full SHA 06ccc64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b5a3c2 - Browse repository at this point
Copy the full SHA 4b5a3c2View commit details -
Merge pull request NVIDIA-AI-IOT#94 from NVIDIA-AI-IOT/ignore
extra ignore
Configuration menu - View commit details
-
Copy full SHA for 82e694c - Browse repository at this point
Copy the full SHA 82e694cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c403fc - Browse repository at this point
Copy the full SHA 6c403fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11c465c - Browse repository at this point
Copy the full SHA 11c465cView commit details
Commits on Oct 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e2ebb8e - Browse repository at this point
Copy the full SHA e2ebb8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b3a3c4 - Browse repository at this point
Copy the full SHA 9b3a3c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cb97a3 - Browse repository at this point
Copy the full SHA 2cb97a3View commit details -
Merge pull request NVIDIA-AI-IOT#95 from NVIDIA-AI-IOT/activations_su…
…pported Activations supported
Configuration menu - View commit details
-
Copy full SHA for 4046625 - Browse repository at this point
Copy the full SHA 4046625View commit details
Commits on Oct 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 384384e - Browse repository at this point
Copy the full SHA 384384eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0b0e71 - Browse repository at this point
Copy the full SHA e0b0e71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 345b561 - Browse repository at this point
Copy the full SHA 345b561View commit details -
Configuration menu - View commit details
-
Copy full SHA for 323f1d3 - Browse repository at this point
Copy the full SHA 323f1d3View commit details
Commits on Oct 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e83730e - Browse repository at this point
Copy the full SHA e83730eView commit details -
Merge pull request NVIDIA-AI-IOT#125 from jaybdub/linear_no_bias
fixed Linear w.o bias
Configuration menu - View commit details
-
Copy full SHA for 7255a24 - Browse repository at this point
Copy the full SHA 7255a24View commit details
Commits on Oct 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3fac66b - Browse repository at this point
Copy the full SHA 3fac66bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c76f141 - Browse repository at this point
Copy the full SHA c76f141View commit details -
Configuration menu - View commit details
-
Copy full SHA for ace0abd - Browse repository at this point
Copy the full SHA ace0abdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7dbb96 - Browse repository at this point
Copy the full SHA f7dbb96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84101a9 - Browse repository at this point
Copy the full SHA 84101a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97260f2 - Browse repository at this point
Copy the full SHA 97260f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a2c3eb - Browse repository at this point
Copy the full SHA 0a2c3ebView commit details -
Merge branch 'network_visualization' of https://github.com/NVIDIA-AI-…
…IOT/torch2trt into network_visualization
Configuration menu - View commit details
-
Copy full SHA for dc620d9 - Browse repository at this point
Copy the full SHA dc620d9View commit details -
Merge pull request NVIDIA-AI-IOT#106 from NVIDIA-AI-IOT/network_visua…
…lization Network visualization
Configuration menu - View commit details
-
Copy full SHA for 7984972 - Browse repository at this point
Copy the full SHA 7984972View commit details
Commits on Oct 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e520dd2 - Browse repository at this point
Copy the full SHA e520dd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ab1561 - Browse repository at this point
Copy the full SHA 5ab1561View commit details -
Configuration menu - View commit details
-
Copy full SHA for b967c99 - Browse repository at this point
Copy the full SHA b967c99View commit details -
Merge pull request NVIDIA-AI-IOT#138 from NVIDIA-AI-IOT/unsupported_m…
…ethods Unsupported methods
Configuration menu - View commit details
-
Copy full SHA for 53ce056 - Browse repository at this point
Copy the full SHA 53ce056View commit details
Commits on Nov 19, 2019
-
fixed upsampling<->interpolate translation
Kshitij Srivastava committedNov 19, 2019 Configuration menu - View commit details
-
Copy full SHA for a32e684 - Browse repository at this point
Copy the full SHA a32e684View commit details -
Kshitij Srivastava committed
Nov 19, 2019 Configuration menu - View commit details
-
Copy full SHA for af56018 - Browse repository at this point
Copy the full SHA af56018View commit details
Commits on Nov 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4da14ed - Browse repository at this point
Copy the full SHA 4da14edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33af10d - Browse repository at this point
Copy the full SHA 33af10dView commit details
Commits on Nov 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 112922b - Browse repository at this point
Copy the full SHA 112922bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46bb0df - Browse repository at this point
Copy the full SHA 46bb0dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7c35d5 - Browse repository at this point
Copy the full SHA a7c35d5View commit details
Commits on Nov 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8e6e475 - Browse repository at this point
Copy the full SHA 8e6e475View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8a54ac - Browse repository at this point
Copy the full SHA b8a54acView commit details
Commits on Dec 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f60509b - Browse repository at this point
Copy the full SHA f60509bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a05d4a - Browse repository at this point
Copy the full SHA 3a05d4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb54b5f - Browse repository at this point
Copy the full SHA eb54b5fView commit details
Commits on Dec 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 23ac868 - Browse repository at this point
Copy the full SHA 23ac868View commit details
Commits on Dec 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5f30709 - Browse repository at this point
Copy the full SHA 5f30709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67ab729 - Browse repository at this point
Copy the full SHA 67ab729View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e0c08 - Browse repository at this point
Copy the full SHA b3e0c08View commit details
Commits on Dec 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c374807 - Browse repository at this point
Copy the full SHA c374807View commit details -
Merge pull request NVIDIA-AI-IOT#195 from NVIDIA-AI-IOT/getitem
added converter / tests for torch.Tensor.__getitem__
Configuration menu - View commit details
-
Copy full SHA for 1ee2c05 - Browse repository at this point
Copy the full SHA 1ee2c05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a26b54 - Browse repository at this point
Copy the full SHA 1a26b54View commit details -
Merge pull request NVIDIA-AI-IOT#196 from NVIDIA-AI-IOT/linear_fix
fixed Linear for N, *, H case
Configuration menu - View commit details
-
Copy full SHA for 190a84d - Browse repository at this point
Copy the full SHA 190a84dView commit details
Commits on Dec 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8142c6f - Browse repository at this point
Copy the full SHA 8142c6fView commit details -
Merge pull request NVIDIA-AI-IOT#206 from NVIDIA-AI-IOT/permute_lista…
…rg_fix fixed permute for list args
Configuration menu - View commit details
-
Copy full SHA for 07831d6 - Browse repository at this point
Copy the full SHA 07831d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72f6ec2 - Browse repository at this point
Copy the full SHA 72f6ec2View commit details -
Merge pull request NVIDIA-AI-IOT#207 from NVIDIA-AI-IOT/adaptive_max_…
…pool2d added support for adaptive_max_pool2d using regular pooling
Configuration menu - View commit details
-
Copy full SHA for d526b24 - Browse repository at this point
Copy the full SHA d526b24View commit details
Commits on Jan 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c6d047f - Browse repository at this point
Copy the full SHA c6d047fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1756aa9 - Browse repository at this point
Copy the full SHA 1756aa9View commit details
Commits on Jan 7, 2020
-
Merge pull request NVIDIA-AI-IOT#224 from SnowMasaya/clamp
Clamp isolated min/max
Configuration menu - View commit details
-
Copy full SHA for e22844a - Browse repository at this point
Copy the full SHA e22844aView commit details
Commits on Apr 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6be6da4 - Browse repository at this point
Copy the full SHA 6be6da4View commit details
Commits on Apr 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1142079 - Browse repository at this point
Copy the full SHA 1142079View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5bb91d - Browse repository at this point
Copy the full SHA b5bb91dView commit details
Commits on Apr 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 62a8918 - Browse repository at this point
Copy the full SHA 62a8918View commit details
Commits on May 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1ca350b - Browse repository at this point
Copy the full SHA 1ca350bView commit details
Commits on May 26, 2020
-
added upsample code in converters
Kshitij Srivastava committedMay 26, 2020 Configuration menu - View commit details
-
Copy full SHA for fb72cac - Browse repository at this point
Copy the full SHA fb72cacView commit details -
added functional <--> nn.module binding for upsample
Kshitij Srivastava committedMay 26, 2020 Configuration menu - View commit details
-
Copy full SHA for f6a7eaf - Browse repository at this point
Copy the full SHA f6a7eafView commit details -
Kshitij Srivastava committed
May 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 3ecd4f5 - Browse repository at this point
Copy the full SHA 3ecd4f5View commit details -
Kshitij Srivastava committed
May 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 3c00f09 - Browse repository at this point
Copy the full SHA 3c00f09View commit details -
Kshitij Srivastava committed
May 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 558cbff - Browse repository at this point
Copy the full SHA 558cbffView commit details -
Kshitij Srivastava committed
May 26, 2020 Configuration menu - View commit details
-
Copy full SHA for f48ad4b - Browse repository at this point
Copy the full SHA f48ad4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f63b22 - Browse repository at this point
Copy the full SHA 8f63b22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ebf1b9 - Browse repository at this point
Copy the full SHA 3ebf1b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63e65d4 - Browse repository at this point
Copy the full SHA 63e65d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4f0b52 - Browse repository at this point
Copy the full SHA a4f0b52View commit details -
fixed trt version compatibility for torch2trt.py
Kshitij Srivastava committedMay 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 393a13d - Browse repository at this point
Copy the full SHA 393a13dView commit details -
Kshitij Srivastava committed
May 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 401be2e - Browse repository at this point
Copy the full SHA 401be2eView commit details -
Kshitij Srivastava committed
May 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 8cb3606 - Browse repository at this point
Copy the full SHA 8cb3606View commit details -
reverting to default for trt 7
Kshitij Srivastava committedMay 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 3ce1371 - Browse repository at this point
Copy the full SHA 3ce1371View commit details -
Kshitij Srivastava committed
May 26, 2020 Configuration menu - View commit details
-
Copy full SHA for af2674c - Browse repository at this point
Copy the full SHA af2674cView commit details
Commits on Jun 4, 2020
-
added unit test for ConvTranspose2d and fixed an indentation error in…
… parent PR
Kshitij Srivastava committedJun 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 3c16ea5 - Browse repository at this point
Copy the full SHA 3c16ea5View commit details -
added testcase for commonly used kernel size 4, stride 2, padding 1 c…
…onvtranspose configuration
Configuration menu - View commit details
-
Copy full SHA for 512a511 - Browse repository at this point
Copy the full SHA 512a511View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1daf58 - Browse repository at this point
Copy the full SHA a1daf58View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3881cc - Browse repository at this point
Copy the full SHA f3881ccView commit details
Commits on Jun 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b2c8c13 - Browse repository at this point
Copy the full SHA b2c8c13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c31892 - Browse repository at this point
Copy the full SHA 5c31892View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3f45d3 - Browse repository at this point
Copy the full SHA e3f45d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f4f69c - Browse repository at this point
Copy the full SHA 1f4f69cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 229f807 - Browse repository at this point
Copy the full SHA 229f807View commit details
Commits on Jun 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 57c8188 - Browse repository at this point
Copy the full SHA 57c8188View commit details -
Configuration menu - View commit details
-
Copy full SHA for a22e82c - Browse repository at this point
Copy the full SHA a22e82cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a5a397 - Browse repository at this point
Copy the full SHA 1a5a397View commit details -
Configuration menu - View commit details
-
Copy full SHA for b31611c - Browse repository at this point
Copy the full SHA b31611cView commit details -
Merge pull request NVIDIA-AI-IOT#332 from NVIDIA-AI-IOT/SrivastavaKsh…
…itij-new_trt_ops Srivastava kshitij new trt ops
Configuration menu - View commit details
-
Copy full SHA for 1f66266 - Browse repository at this point
Copy the full SHA 1f66266View commit details
Commits on Jun 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 75fd8e2 - Browse repository at this point
Copy the full SHA 75fd8e2View commit details -
Merge pull request NVIDIA-AI-IOT#337 from NVIDIA-AI-IOT/plugin_silent…
…fail allowed plugin loading to silent fail
Configuration menu - View commit details
-
Copy full SHA for bea0f6a - Browse repository at this point
Copy the full SHA bea0f6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22e1118 - Browse repository at this point
Copy the full SHA 22e1118View commit details -
Merge pull request NVIDIA-AI-IOT#338 from NVIDIA-AI-IOT/onnx_alternative
added ONNX conversion alternative to torch2trt
Configuration menu - View commit details
-
Copy full SHA for fe76a7b - Browse repository at this point
Copy the full SHA fe76a7bView commit details
Commits on Jul 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b0a7724 - Browse repository at this point
Copy the full SHA b0a7724View commit details -
Added information regarding installing dependencies
Configuration menu - View commit details
-
Copy full SHA for 2aa01dd - Browse repository at this point
Copy the full SHA 2aa01ddView commit details
Commits on Jul 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ed37a06 - Browse repository at this point
Copy the full SHA ed37a06View commit details
Commits on Jul 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f7ff467 - Browse repository at this point
Copy the full SHA f7ff467View commit details -
Merge pull request NVIDIA-AI-IOT#361 from NVIDIA-AI-IOT/vellamike-upd…
…ate-requirements Vellamike update requirements
Configuration menu - View commit details
-
Copy full SHA for d88fcd5 - Browse repository at this point
Copy the full SHA d88fcd5View commit details
Commits on Aug 25, 2020
-
added preliminary code for narrow
Kshitij Srivastava committedAug 25, 2020 Configuration menu - View commit details
-
Copy full SHA for f9828cc - Browse repository at this point
Copy the full SHA f9828ccView commit details
Commits on Aug 28, 2020
-
narrow converter added successfully
Kshitij Srivastava committedAug 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 5c4ad8f - Browse repository at this point
Copy the full SHA 5c4ad8fView commit details
Commits on Aug 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f3fe46c - Browse repository at this point
Copy the full SHA f3fe46cView commit details -
Merge pull request NVIDIA-AI-IOT#396 from NVIDIA-AI-IOT/softmax_negdi…
…m_fix softmax neg dim
Configuration menu - View commit details
-
Copy full SHA for 1f1701d - Browse repository at this point
Copy the full SHA 1f1701dView commit details -
Merge pull request NVIDIA-AI-IOT#393 from SrivastavaKshitij/narrow_co…
…nverter Narrow converter
Configuration menu - View commit details
-
Copy full SHA for 63895f0 - Browse repository at this point
Copy the full SHA 63895f0View commit details
Commits on Sep 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d245496 - Browse repository at this point
Copy the full SHA d245496View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb8da9a - Browse repository at this point
Copy the full SHA fb8da9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6e6f3b - Browse repository at this point
Copy the full SHA d6e6f3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d14c6b7 - Browse repository at this point
Copy the full SHA d14c6b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a08e6dc - Browse repository at this point
Copy the full SHA a08e6dcView commit details
Commits on Sep 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 742b3fd - Browse repository at this point
Copy the full SHA 742b3fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 765c3ad - Browse repository at this point
Copy the full SHA 765c3adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3adbbe1 - Browse repository at this point
Copy the full SHA 3adbbe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3beeae2 - Browse repository at this point
Copy the full SHA 3beeae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 422e1e6 - Browse repository at this point
Copy the full SHA 422e1e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4933faf - Browse repository at this point
Copy the full SHA 4933fafView commit details -
expose the batch size of INT8 calibration as parameter, since different
size may generate different accuracy loss.
Configuration menu - View commit details
-
Copy full SHA for 3ddd70d - Browse repository at this point
Copy the full SHA 3ddd70dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48eb79e - Browse repository at this point
Copy the full SHA 48eb79eView commit details -
Merge pull request NVIDIA-AI-IOT#398 from Chujingjun/master
expose the batch size of INT8 calibration as parameter
Configuration menu - View commit details
-
Copy full SHA for f5fb752 - Browse repository at this point
Copy the full SHA f5fb752View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16492db - Browse repository at this point
Copy the full SHA 16492dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88416f9 - Browse repository at this point
Copy the full SHA 88416f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a59749 - Browse repository at this point
Copy the full SHA 1a59749View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93abd9f - Browse repository at this point
Copy the full SHA 93abd9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 384ac89 - Browse repository at this point
Copy the full SHA 384ac89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 656805b - Browse repository at this point
Copy the full SHA 656805bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 571cb00 - Browse repository at this point
Copy the full SHA 571cb00View commit details -
Configuration menu - View commit details
-
Copy full SHA for a263fe0 - Browse repository at this point
Copy the full SHA a263fe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0655a80 - Browse repository at this point
Copy the full SHA 0655a80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1474eee - Browse repository at this point
Copy the full SHA 1474eeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d496ae - Browse repository at this point
Copy the full SHA 3d496aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88d8038 - Browse repository at this point
Copy the full SHA 88d8038View commit details
Commits on Sep 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5160901 - Browse repository at this point
Copy the full SHA 5160901View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aae576 - Browse repository at this point
Copy the full SHA 5aae576View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86d9c3a - Browse repository at this point
Copy the full SHA 86d9c3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67de214 - Browse repository at this point
Copy the full SHA 67de214View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c0aec7 - Browse repository at this point
Copy the full SHA 6c0aec7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd2cd11 - Browse repository at this point
Copy the full SHA bd2cd11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50169ef - Browse repository at this point
Copy the full SHA 50169efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62afaf1 - Browse repository at this point
Copy the full SHA 62afaf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9dcd5e - Browse repository at this point
Copy the full SHA c9dcd5eView commit details -
Reduce precision docs (NVIDIA-AI-IOT#400)
* reduced precision docs * support matrix * docs
Configuration menu - View commit details
-
Copy full SHA for 3efb89d - Browse repository at this point
Copy the full SHA 3efb89dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4141730 - Browse repository at this point
Copy the full SHA 4141730View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7563770 - Browse repository at this point
Copy the full SHA 7563770View commit details
Commits on Sep 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ea835dc - Browse repository at this point
Copy the full SHA ea835dcView commit details
Commits on Sep 18, 2020
-
Assert that inputs are contiguous (NVIDIA-AI-IOT#418)
* Assert that inputs are contiguous * Turn non-contiguous tensors into contiguous * Add unit test * Fix tabs
Configuration menu - View commit details
-
Copy full SHA for b0cc8e7 - Browse repository at this point
Copy the full SHA b0cc8e7View commit details
Commits on Oct 19, 2020
-
Add layer names (NVIDIA-AI-IOT#432)
* Auto-generate custom layer names * fixed layer name count key * updated changelog for adding layer names Co-authored-by: Alex Sergeev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9a6a53 - Browse repository at this point
Copy the full SHA a9a6a53View commit details
Commits on Nov 4, 2020
-
Sandeepkumar skb groupnorm plugin (NVIDIA-AI-IOT#437)
* added plugin for GroupNorm Co-authored-by: sandeepkumar-skb <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1fa6f9 - Browse repository at this point
Copy the full SHA d1fa6f9View commit details
Commits on Nov 17, 2020
-
Koenvandesande remove duplicate filenames (NVIDIA-AI-IOT#448)
* Remove duplicate filenames which do not work on Windows by merging files * Fix * relu tests Co-authored-by: Koen van de Sande <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for adccbf1 - Browse repository at this point
Copy the full SHA adccbf1View commit details
Commits on Dec 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 81024cc - Browse repository at this point
Copy the full SHA 81024ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b1827e - Browse repository at this point
Copy the full SHA 2b1827eView commit details
Commits on Jan 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 033df0c - Browse repository at this point
Copy the full SHA 033df0cView commit details
Commits on Feb 22, 2021
-
Additional converters for floordiv, mod, ne, and torch::tensor() oper…
…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
Configuration menu - View commit details
-
Copy full SHA for 3e4ed64 - Browse repository at this point
Copy the full SHA 3e4ed64View commit details
Commits on Feb 25, 2021
-
added passing of torch2trt_kwargs to conversion context (NVIDIA-AI-IO…
…T#482) * added passing of torch2trt_kwargs to conversion context * added passing of torch2trt_kwargs to conversion context
Configuration menu - View commit details
-
Copy full SHA for a5bdd29 - Browse repository at this point
Copy the full SHA a5bdd29View commit details -
added filter to floordiv to only enable for pytorch 1.6+ (NVIDIA-AI-I…
…OT#511) * added filter to floordiv to only enable for pytorch 1.6+ * enabled soft failure for missing torch method
Configuration menu - View commit details
-
Copy full SHA for e55a7a5 - Browse repository at this point
Copy the full SHA e55a7a5View commit details
Commits on Mar 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 15da623 - Browse repository at this point
Copy the full SHA 15da623View commit details -
Release push docs tagfix (NVIDIA-AI-IOT#519)
* increment version to 0.2.0 * realse push docs tagfix
Configuration menu - View commit details
-
Copy full SHA for 44977a9 - Browse repository at this point
Copy the full SHA 44977a9View commit details
Commits on Mar 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8100c6a - Browse repository at this point
Copy the full SHA 8100c6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72c81f9 - Browse repository at this point
Copy the full SHA 72c81f9View commit details
Commits on Mar 25, 2021
-
Functional conv (NVIDIA-AI-IOT#535)
* added conv_functional * add Tensor flatten * update changelog for functional conv / flatten * add site to gitignore
Configuration menu - View commit details
-
Copy full SHA for b9d9e73 - Browse repository at this point
Copy the full SHA b9d9e73View commit details
Commits on Apr 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8f7f4f7 - Browse repository at this point
Copy the full SHA 8f7f4f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d6150a - Browse repository at this point
Copy the full SHA 2d6150aView commit details -
I have read and agree to the Contributor License Agreement as written…
… in the file CLA.md of this project. Signed, John Welsh
Configuration menu - View commit details
-
Copy full SHA for 1dc9ad1 - Browse repository at this point
Copy the full SHA 1dc9ad1View commit details -
Merge pull request NVIDIA-AI-IOT#550 from jaybdub/contributors
Contributors
Configuration menu - View commit details
-
Copy full SHA for e01279c - Browse repository at this point
Copy the full SHA e01279cView commit details
Commits on Jun 15, 2021
-
John Welsh committed
Jun 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 2653a71 - Browse repository at this point
Copy the full SHA 2653a71View commit details -
John Welsh committed
Jun 15, 2021 Configuration menu - View commit details
-
Copy full SHA for fb67b42 - Browse repository at this point
Copy the full SHA fb67b42View commit details -
John Welsh committed
Jun 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 5ee6033 - Browse repository at this point
Copy the full SHA 5ee6033View commit details -
John Welsh committed
Jun 15, 2021 Configuration menu - View commit details
-
Copy full SHA for ddb3558 - Browse repository at this point
Copy the full SHA ddb3558View commit details
Commits on Jun 16, 2021
-
added converter for torch.einsum
John Welsh committedJun 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 8ce974c - Browse repository at this point
Copy the full SHA 8ce974cView commit details -
John Welsh committed
Jun 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 2e4ccd3 - Browse repository at this point
Copy the full SHA 2e4ccd3View commit details