forked from open-mmlab/mmagic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature] Add tensorrt evaluation (open-mmlab#328)
* trt_test * remove history * remove history * remove history * use html table * use html table * use html table * eval tensorrt * merge * merge into one table * specify all the prerequistes * render table * fix lint * minor style change
- Loading branch information
Showing
3 changed files
with
189 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,3 +116,10 @@ work_dirs/ | |
|
||
# Pytorch | ||
*.pth | ||
|
||
# onnx and tensorrt | ||
*.onnx | ||
*.trt | ||
|
||
# local history | ||
.history/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.