MikeLud

Results 9 comments of MikeLud

I am also looking for Nvidia Ampere series support. ![image](https://user-images.githubusercontent.com/36526272/141180145-bbb476c9-30d4-4d1e-9505-9f767a1662ae.png)

> Any chance to get an Ampere RTX A5000 to work? Someone posted the fix.. https://ipcamtalk.com/threads/deepstack-gpu-for-windows-problems-cuda-version-11-and-cudnn-install.59250/post-600376 > > I got it to work, it's a bit finicky and to do...

@babbahotep @johnolafenwa did say in his response "We shall be making a release before the middle of January to include this and a number of other improvements." I think any...

> I see 2022.01.1 is out. 😄 > > the install documentation still says install cuda 10.1. Is that correct or should that be changed to cuda 11.6 and cudnn...

The below code will reproduce the issue ```python import fastdeploy as fd import time import cv2 import os def parse_arguments(): import argparse import ast parser = argparse.ArgumentParser() parser.add_argument( "--model_file", required=True,...

@Zheng-Bicheng Can you help with the above issue I am having? Thanks Mike

@Zheng-Bicheng Do you mean when compiling the Python SDK, thanks for helping ![image](https://user-images.githubusercontent.com/36526272/234286894-9eae121d-3691-443d-9dd2-8dde10f10bae.png)

When I execute with the below it can not find the fastdeploy module. Did you use the code in this link https://github.com/PaddlePaddle/FastDeploy/issues/1858#issuecomment-1519324435 ```sudo -E python3 infer_rkyolov7.py --model_file yolov7-tiny/yolov7-tiny_tk2_RK3588_i8.rknn --image 000000014439.jpg```...

@Zheng-Bicheng From what I can tell the below is not executing as part of the backend to free up the memory. ![image](https://user-images.githubusercontent.com/36526272/234334599-6ae1640c-4a68-4b7d-94e7-51e0455800fa.png)