maxium0526 / cft-chexpert

The best single model performance on the CheXpert chest X-ray classification competition
5 stars 0 forks source link

Environment Sharing #1

Open seonhee99 opened 6 months ago

seonhee99 commented 6 months ago

Hi, thank you for this Github repo! I've encountered an issue related to environment setup. Would it be possible to share the specific environment settings or requirements you used to run the code?

Specifically, I'm facing a problem when attempting to run the predict.py file. The error message I receive is as follows: image ValueError: Unknown layer: Functional

I suspect this issue might be related to a version mismatch in Keras or TensorFlow.

maxium0526 commented 6 months ago

I have not built a dedicated environment for running the code. I tried to run the code with keras==2.9 and tf==2.9 and it works. Here are the details of the conda environment. I hope it would be helpful.

image