Bhavitvya Malik
Bhavitvya Malik
I'm getting ```Authentication Failure: AADSTS53003: Access has been blocked by Conditional Access policies. The access policy does not allow token issuance.``` How can I fix it?
update `samsum` script after #4672 was merged (citation is also updated)
This PR adds MANtIS dataset. Arxiv: [https://arxiv.org/abs/1912.04639](https://arxiv.org/abs/1912.04639) Github: [https://github.com/Guzpenha/MANtIS](https://github.com/Guzpenha/MANtIS) README and dataset tags are WIP.
Hi @ottokart, I tried T-BRNN-pre model and it gave me this error (input text file was in all lower case): ``` Traceback (most recent call last): File "/home/lalitaggarwal/Downloads/punctuator2/env/lib/python3.6/site-packages/theano/compile/function_module.py", line 903,...
Hi, I was looking into example scripts for Adapter-Hub and almost all `*_no_trainer.py` scripts were not using adapters at all. Are you guys planning to add those scripts soon? I...
I converted keras-ocr detection model (craft_mlt_25k.h5) to ONNX via keras2onnx. It converted successfully and I even used ```onnx.checker.check_model()``` to check the converted model which gave no errors but when I...
Closes #124. I found that few checks mentioned in `sanity-checks.md` were already being done in `parse_args` like `NHIDDEN % NHEADS == 0`, `GLOBAL_BATCH_SIZE % (MICRO_BATCH_SIZE * DP_SIZE) == 0` so...
Hi! I fine-tuned your pedestrian model on my custom pedestrian dataset and it's performing really well now but its inference time has increased a bit. Earlier I was getting 9.7...
After going through this [issue](https://github.com/faedtodd/Tensorrt-Yolov3-tiny/issues/1) I got another issue while converting yolov3-tiny to onnx. ``` Traceback (most recent call last): File "yolov3_to_onnx.py", line 832, in main() File "yolov3_to_onnx.py", line 820,...
## 🚀 Feature Request Are there any examples or implementation of Pfeiffer Adapters in fairseq models? I'm exploring efficient ways of finetuning model and wanted to include adapters in fairseq...