CarolLi
CarolLi
I've installed allennlp in order to run this model, but the model.tar.gz is corrupted which is from https://utexas.app.box.com/v/DiscoBERT-ACL2020/folder/110710107654. So when I try to run `allennlp predict model/model.tar.gz CNNDM/chunk/test/ `, there...
**Environment** allennlp == 0.9.0 python == 3.6.12 torch == 1.5.0 I ran data_reader.py and it occurred an error as following, > Using backend: pytorch > Traceback (most recent call last):...
请问为什么我的接口设置了`@ApiParam(required = true)`,在settings的BuildInConfig中也添加了`[email protected]`,但是输出的接口文档的request body仍然没有显示是否必传的一列信息? 