xai_thyroid icon indicating copy to clipboard operation
xai_thyroid copied to clipboard

Conflict Between Dependencies

Open Villjoie opened this issue 11 months ago • 1 comments
trafficstars

Good morning, I hope you are doing well, and thank you for sharing your wonderful work with us. I would like to know what the solutions are for resolving dependency conflicts and which version of Python was used?

ex. tensorflow==1.13.1, tensorflow-gpu==2.9.3, Keras==2.2.4 and keras==2.1.6

Villjoie avatar Dec 10 '24 13:12 Villjoie

The latest time we validated our code, we ran with Python 3.8. May you try these dependencies: tensorboard==1.13.1 tensorflow==1.13.1 tensorflow-estimator==1.13.0 tensorflow-gpu==1.13.1

The Keras part may work well with these 2 versions. Please tell me if there is any further issue :)

hungntt avatar Dec 10 '24 17:12 hungntt