Fawaz Sammani

Results 32 comments of Fawaz Sammani

This issue only happens at windows, and it only happens with the METEOR score. It works every time you restart your computer or generate another copy of your directory. So...

Thanks @sgrvinod !!

Is it also possible to provide a link to the trained model, temporarily until you include it in the tutorial?

Thank you @sgrvinod !! Really Appreciate it!

This is not for you to unzip it. It's a .tar model to be loaded directly in PyTorch. This is not the trained model zipped in a file, it is...

Why are you adding it to the `train.py`? You want to do evaluation, right? Just run `eval.py`, no need to change anything else. The checkpoint name is already in the...

@RMichaelSwan and @ShusenTang perhaps you can do something like this for point 2? To Define the layers: ``` self.mogrifier_list = nn.ModuleList([nn.Linear(hidden_size, input_size)]) # start with q for i in range(1,...

@saitarslanboun I've implemented this paper on the Flickr30k dataset, and the trained model is provided. You can find the implementation [here](https://github.com/fawazsammani/knowing-when-to-look-adaptive-attention)

@agupt013 can you add these cvpr 2022 papers as well to your pull request? Thanks DearKD: Data-Efficient Early Knowledge Distillation for Vision Transformers: https://arxiv.org/pdf/2204.12997.pdf Knowledge Distillation with the Reused Teacher...

@agupt013 can you add the papers I mentioned in Issue #21 to your PR? Thanks