Piyush Bagad

Results 7 issues of Piyush Bagad

Hi! Thanks for the open-sourced code! I wonder if you have conducted zero-shot experiments on MSRVTT or other downstream datasets. I get the following performance on standard text-to-video retrieval: ```txt...

Dear authors, I am trying to run `MaskSpec` on a single audio file as a demo. I want to visualize output similar to [the one shown in the README](https://raw.githubusercontent.com/WangHelin1997/MaskSpec/main/resources/structure.png). However,...

Hi! Great work! I was trying to reproduce the demo in [this notebook](https://github.com/facebookresearch/AudioMAE/blob/main/demo/aud_mae_visualize.ipynb). While loading model weights from a pre-trained checkpoint using: ```python chkpt_dir = join(repo_path, "external/AudioMAE/checkpoints", "pretrained.pth") assert os.path.exists(chkpt_dir),...

Hi! Thanks for the great work! I want to access [this article](https://www.wikihow.com/Make-an-Origami-Samurai-Helmet) through `pywikihow`. However, it fails with `*** pywikihow.exceptions.ParseError`. When I manually try to access it, I cannot access...

Hi! Thanks for the great work. Do you plan to release pre-trained model weights anytime soon? Thanks!

Dear @lucidrains , Thanks for your amazing contributions to open-source! I was wondering if you have (pre-)trained Zorro-ViT on any of the large-scale datasets that the paper uses? If yes,...

Dear authors, Great work! I was wondering if you have the script to reproduce zero-shot numbers on SSv2 ([Table 7](https://openreview.net/pdf?id=GNjzMAgawq)). Based on my experiments and also other papers [1, 2],...