HRNet / Lite-HRNet

This is an official pytorch implementation of Lite-HRNet: A Lightweight High-Resolution Network.
Apache License 2.0
819 stars 126 forks source link

__init__() missing 2 required positional arguments: 'doc' and 'pos' #49

Open jxncyym opened 3 years ago

jxncyym commented 3 years ago

run test.py: dataset = build_dataset(cfg.data.test, dict(test_mode=True)) get the error:init() missing 2 required positional arguments: 'doc' and 'pos'