UCSD-AI4H / COVID-CT

COVID-CT-Dataset: A CT Scan Dataset about COVID-19

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing some files and variable 'alpha'

tingnim opened this issue · comments

Hello, when i run the code 'CT_predict', a error occurred: alpha doesn't exist and i found this txt also doesn't exist.
f = open('COVID-CT/model_result/DenseNet_{}.txt'.format(alpha), 'a+')

Thanks for providing images again!

This file is just used to print out the result. You can change it to any name you want.
The alpha is actually not useful in this script, but if you don't want to change the file name, it is in line 219 of the orginal script provided. I just deleted some comments and it is now in line 188.
Thanks.