michaeltrs / DeepSatModels

Deep learning models for remote sensing applications
Apache License 2.0
144 stars 25 forks source link

dependencies in NVIDIA GeForce RTX 3090 GPU #10

Closed BuyiZhu closed 5 months ago

BuyiZhu commented 6 months ago

Thank you for your amazing job and open-source code. However, I encountered an issue when installing dependencies on the NVIDIA GeForce RTX 3090 GPU. Specifically, the 3090 does not support cudatoolkit versions below 11.0. As a result, I attempted to install a higher version of cudatoolkit and its corresponding pytorch, but it led to conflicts with other dependencies. Could you please provide a deepsatmodels_env.yml suitable for a higher cudatoolkit version?

zkjisj commented 5 months ago

RTX3090 supports cudatoolkit11.1, I suggest you install pytorch and cuda first, then run the code to solve other environment questions.

zkjisj commented 5 months ago

Here is an environment for reference. name: deepsatmodels channels:

zkjisj commented 5 months ago

This environment can run the code segmentation_training.py, however encounter some question related to the edition of keras when run the code segmentation_training_transf.py

BuyiZhu commented 5 months ago

Thanks, @zkjisj , I try but still meet many conflicts in RTX3090. I finally do my exp in 2080.