DCASE-REPO / DESED_task

Domestic environment sound event detection task
MIT License
126 stars 67 forks source link

error in sed_scores_eval #68

Open mmuguang opened 1 year ago

mmuguang commented 1 year ago

image import sed_scores_eval leads to a SyntaxError.......?

turpaultn commented 1 year ago

We don't have the problem here on multiple machines tested.

Can you please indicate :

mmuguang commented 1 year ago

yes, the sed_scores_eval can't work with python3.7. But my gpu CUDA version is 10.2. It's difficult to get a python>=3.8 and nvcc <=10.2 docker. So if u can get a sed_scores_eval version with python3.7, that will be great. @turpaultn

florian-angulo commented 1 year ago

Hello @mmuguang,

It seems there is a docker image available with python 3.8 and cuda 10.2 : https://hub.docker.com/r/pure/python Let me know if this resolves your issue.

JanekEbb commented 1 year ago

I am a bit surprised that the sed_scores_eval tests with python 3.7 didn't fail here. Anyway, I pushed a fix to sed_scores_eval. So if you install sed_scores_eval from here you should now be able to work with python 3.7. It will be pushed to pypi with the next version bump.