yangshao
yangshao
Hi, current code can extract detected region's features, can i specify a region and extract its feature, for example, the union region of two detected regions?
Sometimes when I successfully launch the hit command, it doesn't appear in the sandbox, how to fix it?
假如用python评测的话,我可能需要安装新的package(举个例子,比如numpy), 怎么安装,然后重新部署呢?
请问能不能提供一个python a+b的solution,不知道python的io该如何处理
Hi, I run the code and exactly same dataset, I cannot achieve similar results as you, the predictions just make no sense like "hi" and "bye bye'.
hi, I'm trying to implement a seq2seq model. when I use the actual sequence length as TrainingHelper's parameter, I get an error for the loss calculation: InvalidArgumentError (see above for...
Hi, can you release the full code/scripts and data in the paper?
现在distill阶段使用的是固定的speed和epochs, 而且没有做early stopping. 对于不同的数据集, 如何确定这些超参数,已经如何选取最终的模型?
Hi, I'm trying to load other huggingface pre-trained model, for example, like this one: https://s3.amazonaws.com/models.huggingface.co/bert/bert-base-multilingual-cased-pytorch_model.bin but i found i cannot load it as the parameter names are different, or where...
Hi, I'm trying to use this beam search code for attentioned to seq2seq model. the type of the decoding cell is