nicholasguimaraes
nicholasguimaraes
> > > Thank you @WangZhaoxue for your help. I made the minor changes and still have the same error, but I must use PyTorch 1.2 or 1.3 and I...
> > > @nicholasguimaraes could you tell the solution for this problem Hello @sathees07, I still didn't try testing the pre trained model but if you want to load the...
> > > See #17 cmake -DCMAKE_CXX_FLAGS="/DDECORD_EXPORTS" -DCMAKE_CONFIGURATION_TYPES="Release" -G "Visual Studio 15 2017 Win64" -DFFMPEG_DIR:PATH="C:/ffmpeg-20191215-9fe0790-win64-static/bin/" .. I'm passing the path to ffmpeg in the command line but still got this...
I am trying to understand if any of the required lib/api versions is incorrect. Pytorch was compiled from the main repo with version 2.3.0a0+git4aa1f99 Cuda is on version 12.1 TensorRT...
> Did you edit the WORKSPACE file to use your custom pytorch version? otherwise it will pull latest nightly Yes I did, when trying to build Torch-TensorRT using my own...
The error persists. I tried installing `pip install --pre torch torchvision --extra-index-url https://download.pytorch.org/whl/nightly/cu121` Which installs torch 2.3.0.dev20240219+cu121 and tried all possible WORKSPACE configuration with **libtorch**, **libtorch_pre_cxx11_abi**, **cudnn**, **tensorrt**. Torch works...