name2nat icon indicating copy to clipboard operation
name2nat copied to clipboard

name2nat: a Python package for nationality prediction from a name

Results 4 name2nat issues
Sort by recently updated
recently updated
newest added

按照文档要求,初始化时报错 AttributeError: 'DocumentRNNEmbeddings' object has no attribute '_load_state_dict_post_hooks' python3.7版本

After upgrading to Python 3.8.10 I got the above error when running the test data as per the install instructions. Other (likely) new versions: torch 1.10.1 name2nat 0.5.1 scikit-learn 1.0.2...

I receive the following error when after running 'my_nanat = Name2nat()' Python 3.9.2 (tags/v3.9.2:1a79785, Feb 19 2021, 13:44:55) [MSC v.1928 64 bit (AMD64)] on win32 from name2nat import Name2nat my_nanat...

Installing the compatible versions of different libraries to run this library.