elijahcole / single-positive-multi-label

Multi-Label Learning from Single Positive Labels - CVPR 2021
https://arxiv.org/abs/2106.09708
MIT License
90 stars 18 forks source link

The issue about dependencies #16

Open boyiZheng99 opened 4 months ago

boyiZheng99 commented 4 months ago

Hello! I want to know what version of Python does the code depend on?

Thanks for your answer.

elijahcole commented 4 months ago

That's a good question. The instance we used for this project has been trashed, so I can't check for certain. I want to say Python 3.5 or 3.6? It might be possible to infer from the requirements file.

However, I would expect it to be pretty easy to update the code for more recent Python versions. Is there a particular error you can share?