Eric3911 / ScaledYOLOv4

56 stars 7 forks source link

requirements #3

Open adrienbruno opened 3 years ago

adrienbruno commented 3 years ago

I thank you very much for your implementation of scaled yolo.

I try to install it following your proceedings but some errors appears with the instruction:

python setup.py build install

the main error is "/mish-cuda/csrc/mish_kernel.cu:3:10: fatal error: CUDAApplyUtils.cuh: No such file or directory"

I think it is a version problem. What s your requirements?

Encore Merci et à bientôt!!

adrienbruno commented 3 years ago

I don't understand in fact. Using a container image like this "nvcr.io/nvidia/pytorch:20.06-py3", you don't need a versionning. The requirements are given by the container.

Eric3911 commented 3 years ago

Mish is for acceleration and independent compilation. According to your question, I know you should check your version of Python