Soonhwan-Kwon
Soonhwan-Kwon
https://github.com/StefOe/indrnn-pytorch/blob/master/indrnn.py class IndRNN(nn.Module) describes that input can be the PackedSequence but it is not. For example, line 232: x.size(batch_index) makes error AttributedError: 'PackedSequence' object has no attribute 'size'
Proposal to add beam search for coca. - [x] beam search w/o past key values - [ ] beam search w/ past key values
First of all, thank you for the great dataset. ``` We also provide COYO-Labels-300M by adding machine-generated vision labels to a subset of COYO-700M for comparison with the JFT-300M. We...