-
Notifications
You must be signed in to change notification settings - Fork 51
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
I did not successfully compile your code #4
Comments
Hello @wangk98, thanks for raising this issue. This case for the plot only works if you train your model with the METRIC parameters: Fire-Detection-UAV-Aerial-Image-Classification-Segmentation-UnmannedAerialVehicle/training.py Lines 42 to 52 in 473e289
However, in the current version, only, accuracy was used as a metric. Hence, if you make these changes, there won't be any issue: Fire-Detection-UAV-Aerial-Image-Classification-Segmentation-UnmannedAerialVehicle/plotdata.py Line 21 in 473e289
to this:
and comment out lines# 34 - 45 (inclusive). I will make these changes in a new branch and I will submit them. Let me know if there is still any issues. Good luck! |
@hyojun-rtdata @wangk98 @AlirezaShamsoshoara Did you solve it ? |
@AlirezaShamsoshoara |
@MArslan95 did u solve it ? i have the same error. also, the validation accuracy is stagnant. |
did u solve it ? i have the same error. also, the validation accuracy is stagnant. |
Hello, When I run the code of "mode = 'training“, the following error appears.
Do you know how to solve it?
The text was updated successfully, but these errors were encountered: