PyTorchText icon indicating copy to clipboard operation
PyTorchText copied to clipboard

1st Place Solution for Zhihu Machine Learning Challenge . Implementation of various text-classification models.(知乎看山杯第一名解决方案)

Results 6 PyTorchText issues
Sort by recently updated
recently updated
newest added

请问你这个topic的标签是转换成[0,1,0,0,1,......,0]这样的类型的还是别的类型的,谢谢

The output topK's K is fixed now. Do you think training a classifier to predict the value of K for every input is a good solution? Thank you very much.

Hi Line https://github.com/chenyuntc/PyTorchText/blob/master/models/__init__.py#L2 imports `CNNText` but it doesn't seem to be in the directory. Is it missing? Thanks

Traceback (most recent call last): File "main.py", line 159, in fire.Fire() File "/usr/anaconda3/lib/python3.6/site-packages/fire/core.py", line 127, in Fire component_trace = _Fire(component, args, context, name) File "/usr/anaconda3/lib/python3.6/site-packages/fire/core.py", line 366, in _Fire component,...

Hi, I am new to DL and i wonder what's the reason behind using small epoch (5) and not using early stop? Thanks,