You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is with respect to this Colab file
After training the model, when it is to be validated using
accuracy, class_based_accuracy = gtf.Evaluate();
ZeroDivision Error was observed
Following is the exact log
--------------------------------------------------------------------------- ZeroDivisionError Traceback (most recent call last) <ipython-input-281-e9c57d0b7fc4> in <module>() 1 # Run validation ----> 2 accuracy, class_based_accuracy = gtf.Evaluate(); monk_v1/monk/system/imports.py in decorator_wrapper(*function_args, **function_args_dicts) monk_v1/monk/gluon/finetune/level_14_master_main.py in Evaluate(self) monk_v1/monk/system/imports.py in decorator_wrapper(*function_args, **function_args_dicts) monk_v1/monk/gluon/finetune/level_4_evaluation_base.py in set_evaluation_final(self) ZeroDivisionError: division by zero
How can this be resolved?
The text was updated successfully, but these errors were encountered:
This is with respect to this Colab file
After training the model, when it is to be validated using
accuracy, class_based_accuracy = gtf.Evaluate();
ZeroDivision Error was observed
Following is the exact log
--------------------------------------------------------------------------- ZeroDivisionError Traceback (most recent call last) <ipython-input-281-e9c57d0b7fc4> in <module>() 1 # Run validation ----> 2 accuracy, class_based_accuracy = gtf.Evaluate(); monk_v1/monk/system/imports.py in decorator_wrapper(*function_args, **function_args_dicts) monk_v1/monk/gluon/finetune/level_14_master_main.py in Evaluate(self) monk_v1/monk/system/imports.py in decorator_wrapper(*function_args, **function_args_dicts) monk_v1/monk/gluon/finetune/level_4_evaluation_base.py in set_evaluation_final(self) ZeroDivisionError: division by zero
How can this be resolved?
The text was updated successfully, but these errors were encountered: