mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 07:06:36 +00:00
fix tensor rt engine
This commit is contained in:
committed by
Alex Bezdieniezhnykh
parent
5b89a21b36
commit
06a23525a6
@@ -26,12 +26,15 @@ Linux
|
||||
python -m venv env
|
||||
env\Scripts\activate
|
||||
pip install -r requirements.txt
|
||||
|
||||
pip uninstall -y torch
|
||||
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
|
||||
```
|
||||
|
||||
**3. Fix possible problems**
|
||||
* cv2.error: OpenCV(4.10.0) ...\window.cpp:1301: error: (-2:Unspecified error)
|
||||
```
|
||||
pip uninstall opencv-python
|
||||
pip uninstall -y opencv-python
|
||||
pip install opencv-python
|
||||
```
|
||||
* fbgemm.dll error (Windows specific)
|
||||
|
||||
Reference in New Issue
Block a user