DevoLearn / devolearn

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

Colab upgrade #72

Closed alon1samuel closed 1 year ago

alon1samuel commented 1 year ago

Leaving numpy and typing-extensions to not change when torch goes to a higher version (for example torch 1.12 installs numpy 1.23). Tests run OK! Checked with torch 1.12.1+cu116

Adding ignoring venv folder files.

Warnings: .venv/lib/python3.9/site-packages/torchvision/transforms/transforms.py:332: UserWarning: Argument 'interpolation' of type int is deprecated since 0.13 and will be removed in 0.15. Please use InterpolationMode enum.

venv/lib/python3.9/site-packages/sklearn/base.py:310: UserWarning: Trying to unpickle estimator MinMaxScaler from version 0.24.1 when using version 0.24.0. This might lead to breaking code or invalid results. Use at your own risk.

Mayukhdeb commented 1 year ago

Thanks @alon1samuel for the contribution 🙌