X-Ray-Report-Generation
X-Ray-Report-Generation copied to clipboard
Unable to locate the 'config.ini' file
Running the predict.py but is giving me the error as such
Traceback (most recent call last):
File "/root/BE_project2/X-Ray-Report-Generation/predict.py", line 84, in <module>
main()
File "/root/BE_project2/X-Ray-Report-Generation/predict.py", line 19, in main
chexnet_class_names = cp["DEFAULT"].get("chexnet_class_names").split(",")
AttributeError: 'NoneType' object has no attribute 'split'
Can you provide the config.ini file location or the file itself.