I have installed with plugin successfully, but I can not use 'interpolate' operation?
See original GitHub issueI have installed this repo with plugins, but when I issue torch2trt.CONVERTERS.keys()
:
there is no interpolate layer, and when I convert a model with interpolate, it complains ‘AttributeError: ‘Tensor’ object has no attribute ‘_trt’’ before ‘interpolate’ operation, so what’s wrong is here?
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (2 by maintainers)
Top Results From Across the Web
TIN Interpolation QGIS 3.0 - Cell Size - GIS Stack Exchange
The problem was that the Advanced viewshed plugin assumes that cells are square, irrespective of projection being used. I don't see the Advanced ......
Read more >Interpolating Point Data - QGIS Tutorials and Tips
Make sure you have the Interpolation plugin enabled. See Using Plugins for how to enable plugins. Once enabled, go to Raster ‣ Interpolation...
Read more >Accessing event data and fields | Logstash Reference [8.5]
A Logstash pipeline usually has three stages: inputs → filters → outputs. Inputs generate events, filters modify them, and outputs ship them elsewhere....
Read more >ImageJ Macro Language Programmer's Reference Guide v1 ...
To install this tool, open an editor window (Plugins>Macros>New), paste in the macro, then use the editor's. Macros>Install Macros command. Put this macro...
Read more >Docker Compose release notes
Fixed compose#9897; Compose doesn't stop the pull command for images that can be ... Applied newly loaded environment variables to DockerCli and APIClient...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
when I test the ‘interpolate’ plugin and run notebooks/image_segmentation/conversion.ipynb ,I got this error my tensorrt version: TensorRT-5.1.5.0.Ubuntu-16.04.5.x86_64-gnu.cuda-9.0.cudnn7.5 python3.5 When I run :
python3 -m torch2trt.test --name=interpolate
I got nothing info. @jaybdubMy protobuf version is 3.9.0, one thing to note is to add
-L${YOUR_PROTOBUF_LIB_PATH}
to rule link ofbuild.py
, below is mybuild.py
andsetup.py
, FYI.build.py
Note to replace {{}} with your own path!!!
setup.py
replace with your own path.