zsquaredz
Results
3
comments of
zsquaredz
@frannievas hope you will find this useful: https://github.com/fastai/fastai/blob/release-1.0.60/courses/00-DO-NOT-USE-WITH-FASTAI-1.0.x.txt
Hi, just a question, does your code support DecoderWithoutAttention? Or if I want to implement this, how should I alter the code? I am thinking to change [this](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Image-Captioning/blob/master/models.py#L83) softmax to...
@sgrvinod Thank you for your suggestions.