akshay-kap / Meng-699-Image-Banding-detection

This is the official repository for the Deep Banding Index paper Implementation. I worked on this project as a graduate researcher under Dr. Zhou Wang. The research project resulted is in ICASSP 2021 Conference paper on Banding, CNN, and Data Science for Image Processing.
17 stars 1 forks source link

Packages version error #3

Open lskdream opened 1 year ago

lskdream commented 1 year ago

Hi, I noticed an error when preparing the environment.

As mentioned here, tensorflow 2.1 require Python 3.4-3.7 but not higher.

I installed Python 3.8 and tried to pip install tensorflow-gpu==2.1 However, it returned ERROR: Could not find a version that satisfies the requirement tensorflow==2.1.0 I wonder how you installed Python 3.8 and tensorflow-gpu=2.1 at the same time. I would be appreciate if you can solve my concern!