muhammedtalo / COVID-19

Automated Detection of COVID-19 Cases Using Deep Neural Networks with X-Ray Images
120 stars 108 forks source link

Code not working/Incomplete code #3

Closed sri-harsh closed 3 years ago

sri-harsh commented 3 years ago

Code not working/Incomplete code for binary classes for covid detection.

The kfold is not done in the code and moreover not able to run the code despite adding.

Changing the code to bug free and complete version would be helpful!

muhammedtalo commented 3 years ago

This may help better https://towardsdatascience.com/finding-good-learning-rate-and-the-one-cycle-policy-7159fe1db5d6

sri-harsh commented 3 years ago

Thanks, for the reference links.

So, the only part left to be implemented in code is 5-fold cross validation right?

muhammedtalo commented 3 years ago

Yes, I have shared the link above for implementation (https://walkwithfastai.com/Cross_Validation)