char-cnn-text-classification-pytorch
char-cnn-text-classification-pytorch copied to clipboard
Update to getClassWeight()
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()
@rmunro Feel free to send PR, thanks!