DevoLearn / devolearn

Accelerate data driven research on embryos with deep learning models :microscope:
MIT License
43 stars 30 forks source link

setup: installation on colab initiates reinstallation of PyTorch #42

Closed Mayukhdeb closed 3 years ago

Mayukhdeb commented 3 years ago

Devolearn was written with Pytorch 1.7.0. but it might as well work on most of the more the other Pytorch versions (like the one on colab). If that is true, then we might not need this long reinstallation on google colab every time we do pip install devolearn

vrutikrabadia commented 3 years ago

Hi, Mayukh I am interested to work on this issue. First I will change the requirements version for PyTorch in the project and check breaking dependencies. If you have any more suggestions, it would be great with your guidance.

Mayukhdeb commented 3 years ago

Hi @vrutikrabadia, thanks for your interest. Feel free to make a PR if you solved it. Currently google colab is moving to pytorch 1.8 so try to check it devolearn works on that version or not.

We might also have to completely refactor the requirements.txt file accordingly.

vrutikrabadia commented 3 years ago

I guess it is solved just checking all function for breaking dependencies

vrutikrabadia commented 3 years ago

Just to inform I found an issue in the sample notebook which needs to be updated.

Mayukhdeb commented 3 years ago

@vrutikrabadia please raise another issue and elaborate on it there