luwei

Results 13 issues of luwei

Summary: tsia Differential Revision: D56678410

CLA Signed
fb-exported

Summary: Current `check_convolution_args` checks shapes of parameters before checking `transposed`. For a model using `ConvTranspose2d`, this may incur error like ``` executorch:tensor_util.h:655] Check failed (a.size(dim_a) == b.size(dim_b)): Tensors do not...

CLA Signed
fb-exported

The original bpe function looks for the bigram with the smallest `bpe_ranks` value in a word then merge this bigram, and repeating this process in a while loop. We use...