Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to obtain the same sensitivity values (96.8) when trained on COVIDNet-CXR-Large model #56

Open
ShraddhaGS opened this issue Apr 30, 2020 · 1 comment

Comments

@ShraddhaGS
Copy link

I am not getting the same sensitivity values when trained for 15 more epochs. The sensitivity values are not retained for the 1st epoch itself!
I have used COVIDNet-CXR-Large model and the dataset files being train_COVIDx2.txt and test_COVIDx2.txt.
It has been mentioned in the paper that you have used a learning rate policy which reduces the learning rate if the learning is stagnated for a period of time. The factor and patience values, 0.7 & 5 respectively have also been mentioned in the paper. However, I did not come across any line in the code which implement this.
I have tried to train the model on the same dataset for another 30 epochs as well with different learning rates (2e-07 & 2e-08). The sensitivity kept dropping.
Am I missing something?

@ShraddhaGS ShraddhaGS changed the title Not able to obtain the same sensitivity values when trained on COVIDNet-CXR-Large model Not able to obtain the same sensitivity values (96.8) when trained on COVIDNet-CXR-Large model Apr 30, 2020
@chunjiangwong
Copy link

chunjiangwong commented Jul 3, 2020

hello, I want to ask the way to run COVID-CXR-Large,do you use pb or ckpt?
when i use ckpt, the error info are listed.

tensorflow.python.framework.errors_impl.OutOfRangeError: 2 root error(s) found.
(0) Out of range: Read less bytes than requested
[[node save/RestoreV2 (defined at /home/shanjiang/workspace/chaiqifei/anaconda3/envs/covid/lib/python3.6/site-packages/tensorflow_core/python/framework/ops.py:1751) ]]
[[save/RestoreV2/_301]]
(1) Out of range: Read less bytes than requested
Has this ever happened to you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants