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

Dynamic Batch Support for TRT #6955

Merged
merged 34 commits into from
Dec 1, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove imports
  • Loading branch information
Ubuntu committed Nov 25, 2020
commit d17c4d02bdf72eb7b65f337d66989f0d23d8f262
4 changes: 0 additions & 4 deletions tests/python/frontend/pytorch/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@
from tvm.contrib import graph_runtime
from tvm.contrib.nvcc import have_fp16
import tvm.testing
from typing import Dict, Tuple, Union
from packaging import version as package_version
from tvm.contrib.download import download
import cv2
from tvm.relay.op.contrib import tensorrt

sys.setrecursionlimit(10000)

Expand Down