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
In the data.py file, the class_weights() function calculates class weights based on the key 'class proportions' but this key does not exist. The correct key is 'class_ratio' / 'class ratio'.
I am happy to make this correction, although I am not sure where the function is being used during training and perhaps the function is redundant.
The text was updated successfully, but these errors were encountered:
In the data.py file, the class_weights() function calculates class weights based on the key 'class proportions' but this key does not exist. The correct key is 'class_ratio' / 'class ratio'.
I am happy to make this correction, although I am not sure where the function is being used during training and perhaps the function is redundant.
The text was updated successfully, but these errors were encountered: