vturrisi / solo-learn

solo-learn: a library of self-supervised methods for visual representation learning powered by Pytorch Lightning
MIT License
1.43k stars 186 forks source link

Problem about using repo #168

Closed MrChenFeng closed 3 years ago

MrChenFeng commented 3 years ago

I tried to install the repo and the provided scripts however met pkg dependencies error. Also tried conda new env with the given requirements file still failed. Any idea about fixing this?

Thanks so much! Best.

vturrisi commented 3 years ago

Hey, Can you provide the error messages that you got? One known issue to us is that our setup is not correctly installing DALI, which we still haven't fixed. You can install it following https://docs.nvidia.com/deeplearning/dali/user-guide/docs/installation.html

MrChenFeng commented 3 years ago

hi, I tried again and now it runs well, except the weights and bias always raise permission error but I think its okay for me now.

Thanks so much!

vturrisi commented 3 years ago

Good that's working! You can maybe try other loggers instead of wandb, by just changing the main files. The our custom stuff should work for them as well.

I'm closing the issue since the problem was solved.