RazvanDu / DUCK-Net

Using DUCK-Net for polyp image segmentation. ( Nature Scientific Reports 2023 )
Creative Commons Attribution 4.0 International
99 stars 26 forks source link

library dependency #2

Closed derejere closed 1 year ago

derejere commented 1 year ago

I think there is a small error in the "requirements.txt" file containing the necessary libraries. The module tensorflow = 2.9.1 depends on keras<2.10, but keras=2.10 is specified in the file. Sorry if I overlooked something, I am quite new to this.

RazvanDu commented 1 year ago

Hey, sorry for the issue, it was a mistake on our part because we had two versions of TensorFlow installed simultaneously. We've updated the "requirements.txt" file with the correct Tensorflow version. Thanks for the feedback!

derejere commented 1 year ago

Alright thank you!