-
Notifications
You must be signed in to change notification settings - Fork 479
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
Only return 1 class when training COVIDNet with COVIDx4 dataset #182
Comments
Hi @gwang-kim , Have you found any solution of this issue? I am also facing similar issue. This is the training log for starting epochs: Output: ./output/COVIDNet-lr0.0002 This is the command i used(it is from training instruction): python train_tf.py Environment: I build the dataset by following the dataset generation instructions. Thank you. |
Hi @sabuj7177, If you solve the problem, please let me know! Thank you |
Hi @lindawangg @haydengunraj, |
I have the same situation as you. Is the problem solved now? |
@SmallFan7 Not yet, I think it's just the limitation of this work. |
Description
Only return 1 class when finetuning COVIDNet and the loss is exploded.
Steps to Reproduce
I downloaded the COVIDx4 Dataset and tried training COVIDNet with COVIDx4 dataset.
However, when inference, the model returned only one class and the performance was poor.
I reported the loss every step during the training and the loss was exploded to several thousands after 1 epoch.
I try both training from scratch and fine-tuning.
How can I train your model stably?
Expected behavior
the model is trained stably
Actual behavior
the model returned only one class and the performance was poor.
Environment
Ubuntu 18.04
tensorflowgpu 1.15
And I followed the requirements.txt
The text was updated successfully, but these errors were encountered: