Akalanka
Akalanka
`tr.join` is an efficient way to concatanate strings than using a for loop
A simple change: Dissolve the for loop that concatenates a string to str.join.
Replace invoking `dict` constructor with `dict-comprehension` which much faster.
`dict` comprehension is faster than invoking `dict` constructor
`dict` comprehension is faster than using `dict` constructor
`dict` comprehension is faster than invoking a `dict` constructor
`dict` comprehension is faster than invoking the `dict` constructor
According to the Tensorflow documentation, batch_and_drop_remainder is deprecated. Instead should use batch(batch_size, drop_remainder=True).
# Before submitting - [ ] Was this discussed/approved via a Github issue? (no need for typos, doc improvements) - [x] Did you read the [contributor guideline](https://github.com/pytorch/fairseq/blob/main/CONTRIBUTING.md)? - [ ]...
Hi team (@darkrsw, @Deadlyelder, @facoy, @FalconLK), I found your work really interesting. I would like to replicate your work and evaluate the work for myself. I am wondering whether it...