Open rmunro opened 4 years ago
https://github.com/srviest/char-cnn-text-classification-pytorch/blob/f269894ad40ef4d716b76b24db20379f102cae37/test.py#L44
This line should call getClassWeight() It currently calls the deprecated name for the function get_class_weight()
getClassWeight()
get_class_weight()
@rmunro Feel free to send PR, thanks!
https://github.com/srviest/char-cnn-text-classification-pytorch/blob/f269894ad40ef4d716b76b24db20379f102cae37/test.py#L44
This line should call
getClassWeight()
It currently calls the deprecated name for the functionget_class_weight()