FastTextClassification icon indicating copy to clipboard operation
FastTextClassification copied to clipboard

FastTextClassification is all you need for text classification! Fast text classification for everyone, enjoy your NLP journey! 这可能是目前为止最全面的开源文本分类项目,支持中英双语、多种模型、多种任...

Results 1 FastTextClassification issues
Sort by recently updated
recently updated
newest added

你好,我在运行run_multi_label.py 的时候提示ModuleNotFoundError: No module named 'tools.losses' 检查了一下可能是代码没上传完整,在run_multi_label.py中导的这些包在tools文件夹里面没有。 from tools.losses import cross_entropy_multi_label, multi_label_circle_loss from tools.train_eval import train, init_network